#BBA8E9

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

Shades of Melrose #BBA8E9

Tints of Melrose #BBA8E9

Color information

#BBA8E9 (or 0xBBA8E9) is unknown color: approx Melrose. HEX triplet: BB, A8 and E9. RGB value is (187,168,233). Sum of RGB (Red+Green+Blue) = 187+168+233=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBA8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8E9 is #445716. Grayscale: #B4B4B4. Windows color (decimal): -4478743 or 15313083. OLE color: 15313083.

HSL color Cylindrical-coordinate representation of color #BBA8E9: hue angle of 257.54º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA8E9 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187168233-
CMYK0.200.2800.09
HSL257.54º59.63%78.63%-
HSV(B)257.54º27.9%91.37%-
XYZ49.244.4583.08-
YUV181.09157.29132.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 168 (66.02% from 255) = 28.57%
BLUE value IS 233 (91.41% from 255) = 39.63%
R=31.80%
G=28.57%
B=39.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871682330.200.2800.09257.5459.6378.63
HexBBA8E9141C091023c4f
Octal273250351243401140274117
Binary1011101110101000111010011010011100010011000000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA8E9; }

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

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

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

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

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

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

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

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