#BBB4EA

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

Shades of Melrose #BBB4EA

Tints of Melrose #BBB4EA

Color information

#BBB4EA (or 0xBBB4EA) is unknown color: approx Melrose. HEX triplet: BB, B4 and EA. RGB value is (187,180,234). Sum of RGB (Red+Green+Blue) = 187+180+234=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4EA is #444B15. Grayscale: #BCBCBC. Windows color (decimal): -4475670 or 15381691. OLE color: 15381691.

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

Color convert

RGB187180234-
CMYK0.200.2300.08
HSL247.78º56.25%81.18%-
HSV(B)247.78º23.08%91.76%-
XYZ51.6749.1584.61-
YUV188.25153.82127.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=31.11%
G=29.95%
B=38.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871802340.200.2300.08247.7856.2581.18
HexBBB4EA141708f83851
Octal273264352242701037070121
Binary101110111011010011101010101001011101000111110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4EA; }

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

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

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

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

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

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

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

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