#C4BFCF

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

Shades of Melrose #C4BFCF

Tints of Melrose #C4BFCF

Color information

#C4BFCF (or 0xC4BFCF) is unknown color: approx Melrose. HEX triplet: C4, BF and CF. RGB value is (196,191,207). Sum of RGB (Red+Green+Blue) = 196+191+207=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #C4BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFCF is #3B4030. Grayscale: #C2C2C2. Windows color (decimal): -3883057 or 13615044. OLE color: 13615044.

HSL color Cylindrical-coordinate representation of color #C4BFCF: hue angle of 258.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BFCF is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196191207-
CMYK0.050.0800.19
HSL258.75º14.29%78.04%-
HSV(B)258.75º7.73%81.18%-
XYZ52.6653.566.58-
YUV194.32135.16129.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=33.00%
G=32.15%
B=34.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961912070.050.0800.19258.7514.2978.04
HexC4BFCF58013103e4e
Octal30427731751002340316116
Binary110001001011111111001111101100001001110000001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFCF; }

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

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

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

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

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

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

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

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