#C4BFE1

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

Shades of Melrose #C4BFE1

Tints of Melrose #C4BFE1

Color information

#C4BFE1 (or 0xC4BFE1) is unknown color: approx Melrose. HEX triplet: C4, BF and E1. RGB value is (196,191,225). Sum of RGB (Red+Green+Blue) = 196+191+225=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 225 (88.28% from 255 or 36.76% from 612); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFE1 is #3B401E. Grayscale: #C4C4C4. Windows color (decimal): -3883039 or 14794692. OLE color: 14794692.

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

Color convert

RGB196191225-
CMYK0.130.1500.12
HSL248.82º36.17%81.57%-
HSV(B)248.82º15.11%88.24%-
XYZ54.9954.4378.84-
YUV196.37144.16127.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.03%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 225 (88.28% from 255) = 36.76%
R=32.03%
G=31.21%
B=36.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961912250.130.1500.12248.8236.1781.57
HexC4BFE1DF0Cf92452
Octal304277341151701437144122
Binary1100010010111111111000011101111101100111110011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFE1; }

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

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

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

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

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

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

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

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