#BBA3FF

Color #BBA3FF Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #BBA3FF

Tints of Melrose #BBA3FF

Color information

#BBA3FF (or 0xBBA3FF) is unknown color: approx Melrose. HEX triplet: BB, A3 and FF. RGB value is (187,163,255). Sum of RGB (Red+Green+Blue) = 187+163+255=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3FF is #445C00. Grayscale: #B4B4B4. Windows color (decimal): -4480001 or 16753595. OLE color: 16753595.

HSL color Cylindrical-coordinate representation of color #BBA3FF: hue angle of 255.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA3FF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187163255-
CMYK0.270.3600
HSL255.65º100%81.96%-
HSV(B)255.65º36.08%100%-
XYZ51.6443.98100.37-
YUV180.66169.95132.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 163 (64.06% from 255) = 26.94%
BLUE value IS 255 (100% from 255) = 42.15%
R=30.91%
G=26.94%
B=42.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871632550.270.3600255.6510081.96
HexBBA3FF1B24001006452
Octal273243377334400400144122
Binary101110111010001111111111110111001000010000000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA3FF; }

 p { color: rgb(187,163,255); }

 H1.HeaderClassName
 {
   color: #BBA3FF;
 }
 .AnyTagClassName
 {
   color: #BBA3FF;
 }
</style>
background-color css

<style>
 a { background-color: #BBA3FF; }

 a { background-color: rgb(187,163,255); }

 div.DivClassName
 {
   background-color: #BBA3FF;
 }
 .BgClassName
 {
   background-color: #BBA3FF;
 }
</style>
border-color css

<style>
 span { border-color: #BBA3FF; }

 span { border-color: rgb(187,163,255); }

 td.TdClassName
 {
   border-color: #BBA3FF;
 }
 .TagClassName
 {
   border-color: #BBA3FF;
 }
</style>