#BBB0DF

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

Shades of Melrose #BBB0DF

Tints of Melrose #BBB0DF

Color information

#BBB0DF (or 0xBBB0DF) is unknown color: approx Melrose. HEX triplet: BB, B0 and DF. RGB value is (187,176,223). Sum of RGB (Red+Green+Blue) = 187+176+223=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0DF is #444F20. Grayscale: #B8B8B8. Windows color (decimal): -4476705 or 14659771. OLE color: 14659771.

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

Color convert

RGB187176223-
CMYK0.160.2100.13
HSL254.04º42.34%78.24%-
HSV(B)254.04º21.08%87.45%-
XYZ49.3446.9476.27-
YUV184.65149.64129.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 176 (69.14% from 255) = 30.03%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=31.91%
G=30.03%
B=38.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871762230.160.2100.13254.0442.3478.24
HexBBB0DF10150Dfe2a4e
Octal273260337202501537652116
Binary101110111011000011011111100001010101101111111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0DF; }

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

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

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

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

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

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

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

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