#C4BCE6

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

Shades of Melrose #C4BCE6

Tints of Melrose #C4BCE6

Color information

#C4BCE6 (or 0xC4BCE6) is unknown color: approx Melrose. HEX triplet: C4, BC and E6. RGB value is (196,188,230). Sum of RGB (Red+Green+Blue) = 196+188+230=614 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.92% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4BCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCE6 is #3B4319. Grayscale: #C3C3C3. Windows color (decimal): -3883802 or 15121604. OLE color: 15121604.

HSL color Cylindrical-coordinate representation of color #C4BCE6: hue angle of 251.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4BCE6 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196188230-
CMYK0.150.1800.10
HSL251.43º45.65%81.96%-
HSV(B)251.43º18.26%90.2%-
XYZ55.0353.4282.27-
YUV195.18147.65128.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.92%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=31.92%
G=30.62%
B=37.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961882300.150.1800.10251.4345.6581.96
HexC4BCE6F120Afb2e52
Octal304274346172201237356122
Binary11000100101111001110011011111001001010111110111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCE6; }

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

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

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

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

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

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

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

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