#C4BEEA

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

Shades of Melrose #C4BEEA

Tints of Melrose #C4BEEA

Color information

#C4BEEA (or 0xC4BEEA) is unknown color: approx Melrose. HEX triplet: C4, BE and EA. RGB value is (196,190,234). Sum of RGB (Red+Green+Blue) = 196+190+234=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEEA is #3B4115. Grayscale: #C4C4C4. Windows color (decimal): -3883286 or 15384260. OLE color: 15384260.

HSL color Cylindrical-coordinate representation of color #C4BEEA: hue angle of 248.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BEEA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196190234-
CMYK0.160.1900.08
HSL248.18º51.16%83.14%-
HSV(B)248.18º18.8%91.76%-
XYZ56.0354.585.41-
YUV196.81148.99127.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.61%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=31.61%
G=30.65%
B=37.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961902340.160.1900.08248.1851.1683.14
HexC4BEEA101308f83353
Octal304276352202301037063123
Binary110001001011111011101010100001001101000111110001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEEA; }

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

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

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

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

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

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

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

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