#C4BCE8

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

Shades of Melrose #C4BCE8

Tints of Melrose #C4BCE8

Color information

#C4BCE8 (or 0xC4BCE8) is unknown color: approx Melrose. HEX triplet: C4, BC and E8. RGB value is (196,188,232). Sum of RGB (Red+Green+Blue) = 196+188+232=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4BCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCE8 is #3B4317. Grayscale: #C3C3C3. Windows color (decimal): -3883800 or 15252676. OLE color: 15252676.

HSL color Cylindrical-coordinate representation of color #C4BCE8: hue angle of 250.91º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4BCE8 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196188232-
CMYK0.160.1900.09
HSL250.91º48.89%82.35%-
HSV(B)250.91º18.97%90.98%-
XYZ55.3153.5383.76-
YUV195.41148.65128.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.82%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 232 (91.02% from 255) = 37.66%
R=31.82%
G=30.52%
B=37.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961882320.160.1900.09250.9148.8982.35
HexC4BCE8101309fb3152
Octal304274350202301137361122
Binary110001001011110011101000100001001101001111110111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCE8; }

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

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

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

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

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

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

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

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