#BBA8EF

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

Shades of Melrose #BBA8EF

Tints of Melrose #BBA8EF

Color information

#BBA8EF (or 0xBBA8EF) is unknown color: approx Melrose. HEX triplet: BB, A8 and EF. RGB value is (187,168,239). Sum of RGB (Red+Green+Blue) = 187+168+239=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8EF is #445710. Grayscale: #B5B5B5. Windows color (decimal): -4478737 or 15706299. OLE color: 15706299.

HSL color Cylindrical-coordinate representation of color #BBA8EF: hue angle of 256.06º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA8EF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187168239-
CMYK0.220.3000.06
HSL256.06º68.93%79.8%-
HSV(B)256.06º29.71%93.73%-
XYZ50.0844.887.67-
YUV181.78160.29131.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 168 (66.02% from 255) = 28.28%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=31.48%
G=28.28%
B=40.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871682390.220.3000.06256.0668.9379.8
HexBBA8EF161E061004550
Octal273250357263606400105120
Binary1011101110101000111011111011011110011010000000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8EF; }

 p { color: rgb(187,168,239); }

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

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

 a { background-color: rgb(187,168,239); }

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

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

 span { border-color: rgb(187,168,239); }

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