#C2BBDC

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

Shades of Melrose #C2BBDC

Tints of Melrose #C2BBDC

Color information

#C2BBDC (or 0xC2BBDC) is unknown color: approx Melrose. HEX triplet: C2, BB and DC. RGB value is (194,187,220). Sum of RGB (Red+Green+Blue) = 194+187+220=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBDC is #3D4423. Grayscale: #C0C0C0. Windows color (decimal): -4015140 or 14465986. OLE color: 14465986.

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

Color convert

RGB194187220-
CMYK0.120.1500.14
HSL252.73º32.04%79.8%-
HSV(B)252.73º15%86.27%-
XYZ52.9452.1874.99-
YUV192.86143.32128.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=32.28%
G=31.11%
B=36.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941872200.120.1500.14252.7332.0479.8
HexC2BBDCCF0Efd2050
Octal302273334141701637540120
Binary1100001010111011110111001100111101110111111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBDC; }

 p { color: rgb(194,187,220); }

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

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

 a { background-color: rgb(194,187,220); }

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

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

 span { border-color: rgb(194,187,220); }

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