#BBB3DD

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

Shades of Melrose #BBB3DD

Tints of Melrose #BBB3DD

Color information

#BBB3DD (or 0xBBB3DD) is unknown color: approx Melrose. HEX triplet: BB, B3 and DD. RGB value is (187,179,221). Sum of RGB (Red+Green+Blue) = 187+179+221=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBB3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3DD is #444C22. Grayscale: #BABABA. Windows color (decimal): -4475939 or 14529467. OLE color: 14529467.

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

Color convert

RGB187179221-
CMYK0.150.1900.13
HSL251.43º38.18%78.43%-
HSV(B)251.43º19%86.67%-
XYZ49.6648.0375.06-
YUV186.18147.65128.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 179 (70.31% from 255) = 30.49%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=31.86%
G=30.49%
B=37.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871792210.150.1900.13251.4338.1878.43
HexBBB3DDF130Dfb264e
Octal273263335172301537346116
Binary10111011101100111101110111111001101101111110111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3DD; }

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

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

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

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

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

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

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

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