#BBB3DB

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

Shades of Melrose #BBB3DB

Tints of Melrose #BBB3DB

Color information

#BBB3DB (or 0xBBB3DB) is unknown color: approx Melrose. HEX triplet: BB, B3 and DB. RGB value is (187,179,219). Sum of RGB (Red+Green+Blue) = 187+179+219=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBB3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3DB is #444C24. Grayscale: #B9B9B9. Windows color (decimal): -4475941 or 14398395. OLE color: 14398395.

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

Color convert

RGB187179219-
CMYK0.150.1800.14
HSL252º35.71%78.04%-
HSV(B)252º18.26%85.88%-
XYZ49.447.9273.66-
YUV185.95146.65128.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 179 (70.31% from 255) = 30.60%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=31.97%
G=30.60%
B=37.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871792190.150.1800.1425235.7178.04
HexBBB3DBF120Efc244e
Octal273263333172201637444116
Binary10111011101100111101101111111001001110111111001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB3DB; }

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

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

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

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

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

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

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

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