#C4BEEE

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

Shades of Melrose #C4BEEE

Tints of Melrose #C4BEEE

Color information

#C4BEEE (or 0xC4BEEE) is unknown color: approx Melrose. HEX triplet: C4, BE and EE. RGB value is (196,190,238). Sum of RGB (Red+Green+Blue) = 196+190+238=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEEE is #3B4111. Grayscale: #C5C5C5. Windows color (decimal): -3883282 or 15646404. OLE color: 15646404.

HSL color Cylindrical-coordinate representation of color #C4BEEE: hue angle of 247.5º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4BEEE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196190238-
CMYK0.180.2000.07
HSL247.5º58.54%83.92%-
HSV(B)247.5º20.17%93.33%-
XYZ56.6154.7488.47-
YUV197.27150.99127.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.41%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 238 (93.36% from 255) = 38.14%
R=31.41%
G=30.45%
B=38.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961902380.180.2000.07247.558.5483.92
HexC4BEEE121407f83b54
Octal30427635622240737073124
Binary11000100101111101110111010010101000111111110001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEEE; }

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

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

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

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

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

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

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

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