#BCB2DD

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

Shades of Melrose #BCB2DD

Tints of Melrose #BCB2DD

Color information

#BCB2DD (or 0xBCB2DD) is unknown color: approx Melrose. HEX triplet: BC, B2 and DD. RGB value is (188,178,221). Sum of RGB (Red+Green+Blue) = 188+178+221=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2DD is #434D22. Grayscale: #B9B9B9. Windows color (decimal): -4410659 or 14529212. OLE color: 14529212.

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

Color convert

RGB188178221-
CMYK0.150.1900.13
HSL253.95º38.74%78.24%-
HSV(B)253.95º19.46%86.67%-
XYZ49.7147.7575-
YUV185.89147.81129.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=32.03%
G=30.32%
B=37.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881782210.150.1900.13253.9538.7478.24
HexBCB2DDF130Dfe274e
Octal274262335172301537647116
Binary10111100101100101101110111111001101101111111101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB2DD; }

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

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

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

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

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

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

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

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