#BBB0EA

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

Shades of Melrose #BBB0EA

Tints of Melrose #BBB0EA

Color information

#BBB0EA (or 0xBBB0EA) is unknown color: approx Melrose. HEX triplet: BB, B0 and EA. RGB value is (187,176,234). Sum of RGB (Red+Green+Blue) = 187+176+234=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB0EA is #444F15. Grayscale: #B9B9B9. Windows color (decimal): -4476694 or 15380667. OLE color: 15380667.

HSL color Cylindrical-coordinate representation of color #BBB0EA: hue angle of 251.38º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBB0EA is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187176234-
CMYK0.200.2500.08
HSL251.38º58%80.39%-
HSV(B)251.38º24.79%91.76%-
XYZ50.8747.5684.34-
YUV185.9155.14128.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 176 (69.14% from 255) = 29.48%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=31.32%
G=29.48%
B=39.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871762340.200.2500.08251.385880.39
HexBBB0EA141908fb3a50
Octal273260352243101037372120
Binary101110111011000011101010101001100101000111110111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0EA; }

 p { color: rgb(187,176,234); }

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

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

 a { background-color: rgb(187,176,234); }

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

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

 span { border-color: rgb(187,176,234); }

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