#C2BBE9

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

Shades of Melrose #C2BBE9

Tints of Melrose #C2BBE9

Color information

#C2BBE9 (or 0xC2BBE9) is unknown color: approx Melrose. HEX triplet: C2, BB and E9. RGB value is (194,187,233). Sum of RGB (Red+Green+Blue) = 194+187+233=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBE9 is #3D4416. Grayscale: #C2C2C2. Windows color (decimal): -4015127 or 15317954. OLE color: 15317954.

HSL color Cylindrical-coordinate representation of color #C2BBE9: hue angle of 249.13º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BBE9 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194187233-
CMYK0.170.2000.09
HSL249.13º51.11%82.35%-
HSV(B)249.13º19.74%91.37%-
XYZ54.7352.8984.42-
YUV194.34149.82127.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.60%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=31.60%
G=30.46%
B=37.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941872330.170.2000.09249.1351.1182.35
HexC2BBE9111409f93352
Octal302273351212401137163122
Binary110000101011101111101001100011010001001111110011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBE9; }

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

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

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

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

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

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

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

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