#BBB2EE

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

Shades of Melrose #BBB2EE

Tints of Melrose #BBB2EE

Color information

#BBB2EE (or 0xBBB2EE) is unknown color: approx Melrose. HEX triplet: BB, B2 and EE. RGB value is (187,178,238). Sum of RGB (Red+Green+Blue) = 187+178+238=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBB2EE is #444D11. Grayscale: #BBBBBB. Windows color (decimal): -4476178 or 15643323. OLE color: 15643323.

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

Color convert

RGB187178238-
CMYK0.210.2500.07
HSL249º63.83%81.57%-
HSV(B)249º25.21%93.33%-
XYZ51.8548.5887.53-
YUV187.53156.48127.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 178 (69.92% from 255) = 29.52%
BLUE value IS 238 (93.36% from 255) = 39.47%
R=31.01%
G=29.52%
B=39.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871782380.210.2500.0724963.8381.57
HexBBB2EE151907f94052
Octal273262356253107371100122
Binary101110111011001011101110101011100101111111100110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB2EE; }

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

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

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

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

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

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

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

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