#C2BBEA

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

Shades of Melrose #C2BBEA

Tints of Melrose #C2BBEA

Color information

#C2BBEA (or 0xC2BBEA) is unknown color: approx Melrose. HEX triplet: C2, BB and EA. RGB value is (194,187,234). Sum of RGB (Red+Green+Blue) = 194+187+234=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #C2BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBEA is #3D4415. Grayscale: #C2C2C2. Windows color (decimal): -4015126 or 15383490. OLE color: 15383490.

HSL color Cylindrical-coordinate representation of color #C2BBEA: hue angle of 248.94º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2BBEA is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194187234-
CMYK0.170.2000.08
HSL248.94º52.81%82.55%-
HSV(B)248.94º20.09%91.76%-
XYZ54.8752.9585.17-
YUV194.45150.32127.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.54%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=31.54%
G=30.41%
B=38.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941872340.170.2000.08248.9452.8182.55
HexC2BBEA111408f93553
Octal302273352212401037165123
Binary110000101011101111101010100011010001000111110011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBEA; }

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

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

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

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

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

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

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

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