#C4BFBE

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

Shades of Alto #C4BFBE

Tints of Alto #C4BFBE

Color information

#C4BFBE (or 0xC4BFBE) is unknown color: approx Alto. HEX triplet: C4, BF and BE. RGB value is (196,191,190). Sum of RGB (Red+Green+Blue) = 196+191+190=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFBE is #3B4041. Grayscale: #C0C0C0. Windows color (decimal): -3883074 or 12500932. OLE color: 12500932.

HSL color Cylindrical-coordinate representation of color #C4BFBE: hue angle of 10º degrees, saturation: 0.05, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C4BFBE is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196191190-
CMYK00.030.030.23
HSL10º4.84%75.69%-
HSV(B)10º3.06%76.86%-
XYZ50.6952.7256.22-
YUV192.38126.66130.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.97%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=33.97%
G=33.10%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619119000.030.030.23104.8475.69
HexC4BFBE03317a54c
Octal30427727603327125114
Binary110001001011111110111110011111011110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFBE; }

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

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

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

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

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

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

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

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