#C4BCEE

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

Shades of Melrose #C4BCEE

Tints of Melrose #C4BCEE

Color information

#C4BCEE (or 0xC4BCEE) is unknown color: approx Melrose. HEX triplet: C4, BC and EE. RGB value is (196,188,238). Sum of RGB (Red+Green+Blue) = 196+188+238=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCEE is #3B4311. Grayscale: #C3C3C3. Windows color (decimal): -3883794 or 15645892. OLE color: 15645892.

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

Color convert

RGB196188238-
CMYK0.180.2100.07
HSL249.6º59.52%83.53%-
HSV(B)249.6º21.01%93.33%-
XYZ56.1853.8888.33-
YUV196.09151.65127.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 188 (73.83% from 255) = 30.23%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=31.51%
G=30.23%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961882380.180.2100.07249.659.5283.53
HexC4BCEE121507fa3c54
Octal30427435622250737274124
Binary11000100101111001110111010010101010111111110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCEE; }

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

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

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

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

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

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

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

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