#BBB4EE

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

Shades of Melrose #BBB4EE

Tints of Melrose #BBB4EE

Color information

#BBB4EE (or 0xBBB4EE) is unknown color: approx Melrose. HEX triplet: BB, B4 and EE. RGB value is (187,180,238). Sum of RGB (Red+Green+Blue) = 187+180+238=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBB4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4EE is #444B11. Grayscale: #BCBCBC. Windows color (decimal): -4475666 or 15643835. OLE color: 15643835.

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

Color convert

RGB187180238-
CMYK0.210.2400.07
HSL247.24º63.04%81.96%-
HSV(B)247.24º24.37%93.33%-
XYZ52.2549.3887.67-
YUV188.7155.82126.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=30.91%
G=29.75%
B=39.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871802380.210.2400.07247.2463.0481.96
HexBBB4EE151807f73f52
Octal27326435625300736777122
Binary10111011101101001110111010101110000111111101111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4EE; }

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

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

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

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

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

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

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

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