#C2BBD2

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

Shades of Melrose #C2BBD2

Tints of Melrose #C2BBD2

Color information

#C2BBD2 (or 0xC2BBD2) is unknown color: approx Melrose. HEX triplet: C2, BB and D2. RGB value is (194,187,210). Sum of RGB (Red+Green+Blue) = 194+187+210=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2BBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBD2 is #3D442D. Grayscale: #BFBFBF. Windows color (decimal): -4015150 or 13810626. OLE color: 13810626.

HSL color Cylindrical-coordinate representation of color #C2BBD2: hue angle of 258.26º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BBD2 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194187210-
CMYK0.080.1100.18
HSL258.26º20.35%77.84%-
HSV(B)258.26º10.95%82.35%-
XYZ51.6551.6668.22-
YUV191.71138.32129.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=32.83%
G=31.64%
B=35.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941872100.080.1100.18258.2620.3577.84
HexC2BBD28B012102144e
Octal302273322101302240224116
Binary11000010101110111101001010001011010010100000010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBD2; }

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

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

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

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

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

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

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

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