#BBB1DD

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

Shades of Melrose #BBB1DD

Tints of Melrose #BBB1DD

Color information

#BBB1DD (or 0xBBB1DD) is unknown color: approx Melrose. HEX triplet: BB, B1 and DD. RGB value is (187,177,221). Sum of RGB (Red+Green+Blue) = 187+177+221=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1DD is #444E22. Grayscale: #B8B8B8. Windows color (decimal): -4476451 or 14528955. OLE color: 14528955.

HSL color Cylindrical-coordinate representation of color #BBB1DD: hue angle of 253.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB1DD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187177221-
CMYK0.150.2000.13
HSL253.64º39.29%78.04%-
HSV(B)253.64º19.91%86.67%-
XYZ49.2747.2374.93-
YUV185.01148.31129.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=31.97%
G=30.26%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871772210.150.2000.13253.6439.2978.04
HexBBB1DDF140Dfe274e
Octal273261335172401537647116
Binary10111011101100011101110111111010001101111111101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB1DD; }

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

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

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

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

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

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

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

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