#BCB0DD

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

Shades of Melrose #BCB0DD

Tints of Melrose #BCB0DD

Color information

#BCB0DD (or 0xBCB0DD) is unknown color: approx Melrose. HEX triplet: BC, B0 and DD. RGB value is (188,176,221). Sum of RGB (Red+Green+Blue) = 188+176+221=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DD is #434F22. Grayscale: #B8B8B8. Windows color (decimal): -4411171 or 14528700. OLE color: 14528700.

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

Color convert

RGB188176221-
CMYK0.150.2000.13
HSL256º39.82%77.84%-
HSV(B)256º20.36%86.67%-
XYZ49.3246.9674.87-
YUV184.72148.48130.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.14%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=32.14%
G=30.09%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881762210.150.2000.1325639.8277.84
HexBCB0DDF140D100284e
Octal274260335172401540050116
Binary101111001011000011011101111110100011011000000001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0DD; }

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

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

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

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

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

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

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

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