#BCB2DB

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

Shades of Melrose #BCB2DB

Tints of Melrose #BCB2DB

Color information

#BCB2DB (or 0xBCB2DB) is unknown color: approx Melrose. HEX triplet: BC, B2 and DB. RGB value is (188,178,219). Sum of RGB (Red+Green+Blue) = 188+178+219=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 178 (69.92% from 255 or 30.43% 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 #BCB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2DB is #434D24. Grayscale: #B9B9B9. Windows color (decimal): -4410661 or 14398140. OLE color: 14398140.

HSL color Cylindrical-coordinate representation of color #BCB2DB: hue angle of 254.63º degrees, saturation: 0.36, 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 #BCB2DB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188178219-
CMYK0.140.1900.14
HSL254.63º36.28%77.84%-
HSV(B)254.63º18.72%85.88%-
XYZ49.4547.6573.61-
YUV185.66146.81129.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=32.14%
G=30.43%
B=37.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881782190.140.1900.14254.6336.2877.84
HexBCB2DBE130Eff244e
Octal274262333162301637744116
Binary10111100101100101101101111101001101110111111111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2DB; }

 p { color: rgb(188,178,219); }

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

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

 a { background-color: rgb(188,178,219); }

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

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

 span { border-color: rgb(188,178,219); }

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