#BBB1DF

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

Shades of Melrose #BBB1DF

Tints of Melrose #BBB1DF

Color information

#BBB1DF (or 0xBBB1DF) is unknown color: approx Melrose. HEX triplet: BB, B1 and DF. RGB value is (187,177,223). Sum of RGB (Red+Green+Blue) = 187+177+223=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 177 (69.53% from 255 or 30.15% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1DF is #444E20. Grayscale: #B9B9B9. Windows color (decimal): -4476449 or 14660027. OLE color: 14660027.

HSL color Cylindrical-coordinate representation of color #BBB1DF: hue angle of 253.04º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB1DF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187177223-
CMYK0.160.2100.13
HSL253.04º41.82%78.43%-
HSV(B)253.04º20.63%87.45%-
XYZ49.5347.3476.34-
YUV185.23149.31129.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 177 (69.53% from 255) = 30.15%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=31.86%
G=30.15%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871772230.160.2100.13253.0441.8278.43
HexBBB1DF10150Dfd2a4e
Octal273261337202501537552116
Binary101110111011000111011111100001010101101111111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1DF; }

 p { color: rgb(187,177,223); }

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

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

 a { background-color: rgb(187,177,223); }

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

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

 span { border-color: rgb(187,177,223); }

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