#C4BEE1

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

Shades of Melrose #C4BEE1

Tints of Melrose #C4BEE1

Color information

#C4BEE1 (or 0xC4BEE1) is unknown color: approx Melrose. HEX triplet: C4, BE and E1. RGB value is (196,190,225). Sum of RGB (Red+Green+Blue) = 196+190+225=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEE1 is #3B411E. Grayscale: #C3C3C3. Windows color (decimal): -3883295 or 14794436. OLE color: 14794436.

HSL color Cylindrical-coordinate representation of color #C4BEE1: hue angle of 250.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BEE1 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196190225-
CMYK0.130.1600.12
HSL250.29º36.84%81.37%-
HSV(B)250.29º15.56%88.24%-
XYZ54.775478.77-
YUV195.78144.49128.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.08%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=32.08%
G=31.10%
B=36.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961902250.130.1600.12250.2936.8481.37
HexC4BEE1D100Cfa2551
Octal304276341152001437245121
Binary11000100101111101110000111011000001100111110101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEE1; }

 p { color: rgb(196,190,225); }

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

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

 a { background-color: rgb(196,190,225); }

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

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

 span { border-color: rgb(196,190,225); }

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