#C2B9EC

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

Shades of Melrose #C2B9EC

Tints of Melrose #C2B9EC

Color information

#C2B9EC (or 0xC2B9EC) is unknown color: approx Melrose. HEX triplet: C2, B9 and EC. RGB value is (194,185,236). Sum of RGB (Red+Green+Blue) = 194+185+236=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9EC is #3D4613. Grayscale: #C1C1C1. Windows color (decimal): -4015636 or 15514050. OLE color: 15514050.

HSL color Cylindrical-coordinate representation of color #C2B9EC: hue angle of 250.59º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2B9EC is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194185236-
CMYK0.180.2200.07
HSL250.59º57.3%82.55%-
HSV(B)250.59º21.61%92.55%-
XYZ54.7452.2286.55-
YUV193.5151.98128.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 185 (72.66% from 255) = 30.08%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=31.54%
G=30.08%
B=38.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941852360.180.2200.07250.5957.382.55
HexC2B9EC121607fb3953
Octal30227135422260737371123
Binary11000010101110011110110010010101100111111110111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B9EC; }

 p { color: rgb(194,185,236); }

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

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

 a { background-color: rgb(194,185,236); }

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

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

 span { border-color: rgb(194,185,236); }

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