#BBB0DC

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

Shades of Melrose #BBB0DC

Tints of Melrose #BBB0DC

Color information

#BBB0DC (or 0xBBB0DC) is unknown color: approx Melrose. HEX triplet: BB, B0 and DC. RGB value is (187,176,220). Sum of RGB (Red+Green+Blue) = 187+176+220=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0DC is #444F23. Grayscale: #B8B8B8. Windows color (decimal): -4476708 or 14463163. OLE color: 14463163.

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

Color convert

RGB187176220-
CMYK0.150.200.14
HSL255º38.6%77.65%-
HSV(B)255º20%86.27%-
XYZ48.9446.7874.16-
YUV184.3148.14129.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.08%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=32.08%
G=30.19%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871762200.150.200.1425538.677.65
HexBBB0DCF140Eff274e
Octal273260334172401637747116
Binary10111011101100001101110011111010001110111111111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0DC; }

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

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

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

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

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

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

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

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