#BBB4E6

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

Shades of Melrose #BBB4E6

Tints of Melrose #BBB4E6

Color information

#BBB4E6 (or 0xBBB4E6) is unknown color: approx Melrose. HEX triplet: BB, B4 and E6. RGB value is (187,180,230). Sum of RGB (Red+Green+Blue) = 187+180+230=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBB4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4E6 is #444B19. Grayscale: #BBBBBB. Windows color (decimal): -4475674 or 15119547. OLE color: 15119547.

HSL color Cylindrical-coordinate representation of color #BBB4E6: hue angle of 248.4º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBB4E6 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187180230-
CMYK0.190.2200.10
HSL248.4º50%80.39%-
HSV(B)248.4º21.74%90.2%-
XYZ51.148.9281.61-
YUV187.79151.82127.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.32%
GREEN value IS 180 (70.70% from 255) = 30.15%
BLUE value IS 230 (90.23% from 255) = 38.53%
R=31.32%
G=30.15%
B=38.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871802300.190.2200.10248.45080.39
HexBBB4E613160Af83250
Octal273264346232601237062120
Binary101110111011010011100110100111011001010111110001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4E6; }

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

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

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

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

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

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

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

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