#BBB3DC

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

Shades of Melrose #BBB3DC

Tints of Melrose #BBB3DC

Color information

#BBB3DC (or 0xBBB3DC) is unknown color: approx Melrose. HEX triplet: BB, B3 and DC. RGB value is (187,179,220). Sum of RGB (Red+Green+Blue) = 187+179+220=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBB3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3DC is #444C23. Grayscale: #B9B9B9. Windows color (decimal): -4475940 or 14463931. OLE color: 14463931.

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

Color convert

RGB187179220-
CMYK0.150.1900.14
HSL251.71º36.94%78.24%-
HSV(B)251.71º18.64%86.27%-
XYZ49.5347.9774.36-
YUV186.07147.15128.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=31.91%
G=30.55%
B=37.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871792200.150.1900.14251.7136.9478.24
HexBBB3DCF130Efc254e
Octal273263334172301637445116
Binary10111011101100111101110011111001101110111111001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3DC; }

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

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

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

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

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

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

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

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