#C4BBEA

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

Shades of Melrose #C4BBEA

Tints of Melrose #C4BBEA

Color information

#C4BBEA (or 0xC4BBEA) is unknown color: approx Melrose. HEX triplet: C4, BB and EA. RGB value is (196,187,234). Sum of RGB (Red+Green+Blue) = 196+187+234=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBEA is #3B4415. Grayscale: #C2C2C2. Windows color (decimal): -3884054 or 15383492. OLE color: 15383492.

HSL color Cylindrical-coordinate representation of color #C4BBEA: hue angle of 251.49º 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 #C4BBEA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196187234-
CMYK0.160.2000.08
HSL251.49º52.81%82.55%-
HSV(B)251.49º20.09%91.76%-
XYZ55.3953.2285.19-
YUV195.05149.98128.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.77%
GREEN value IS 187 (73.44% from 255) = 30.31%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=31.77%
G=30.31%
B=37.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961872340.160.2000.08251.4952.8182.55
HexC4BBEA101408fb3553
Octal304273352202401037365123
Binary110001001011101111101010100001010001000111110111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BBEA; }

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

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

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

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

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

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

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

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