#C4BFEB

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

Shades of Melrose #C4BFEB

Tints of Melrose #C4BFEB

Color information

#C4BFEB (or 0xC4BFEB) is unknown color: approx Melrose. HEX triplet: C4, BF and EB. RGB value is (196,191,235). Sum of RGB (Red+Green+Blue) = 196+191+235=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFEB is #3B4014. Grayscale: #C5C5C5. Windows color (decimal): -3883029 or 15450052. OLE color: 15450052.

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

Color convert

RGB196191235-
CMYK0.170.1900.08
HSL246.82º52.38%83.53%-
HSV(B)246.82º18.72%92.16%-
XYZ56.395586.24-
YUV197.51149.16126.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=31.51%
G=30.71%
B=37.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961912350.170.1900.08246.8252.3883.53
HexC4BFEB111308f73454
Octal304277353212301036764124
Binary110001001011111111101011100011001101000111101111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFEB; }

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

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

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

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

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

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

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

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