#BBA9EE

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

Shades of Melrose #BBA9EE

Tints of Melrose #BBA9EE

Color information

#BBA9EE (or 0xBBA9EE) is unknown color: approx Melrose. HEX triplet: BB, A9 and EE. RGB value is (187,169,238). Sum of RGB (Red+Green+Blue) = 187+169+238=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBA9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9EE is #445611. Grayscale: #B5B5B5. Windows color (decimal): -4478482 or 15641019. OLE color: 15641019.

HSL color Cylindrical-coordinate representation of color #BBA9EE: hue angle of 255.65º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA9EE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187169238-
CMYK0.210.2900.07
HSL255.65º66.99%79.8%-
HSV(B)255.65º28.99%93.33%-
XYZ50.1145.1186.96-
YUV182.25159.46131.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=31.48%
G=28.45%
B=40.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871692380.210.2900.07255.6566.9979.8
HexBBA9EE151D071004350
Octal273251356253507400103120
Binary1011101110101001111011101010111101011110000000010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9EE; }

 p { color: rgb(187,169,238); }

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

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

 a { background-color: rgb(187,169,238); }

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

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

 span { border-color: rgb(187,169,238); }

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