#C4BCBF

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

Shades of Maverick #C4BCBF

Tints of Maverick #C4BCBF

Color information

#C4BCBF (or 0xC4BCBF) is unknown color: approx Maverick. HEX triplet: C4, BC and BF. RGB value is (196,188,191). Sum of RGB (Red+Green+Blue) = 196+188+191=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 191 (75% from 255 or 33.22% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCBF is #3B4340. Grayscale: #BEBEBE. Windows color (decimal): -3883841 or 12565700. OLE color: 12565700.

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

Color convert

RGB196188191-
CMYK00.040.030.23
HSL337.5º6.35%75.29%-
HSV(B)337.5º4.08%76.86%-
XYZ50.1551.4656.58-
YUV190.73128.15131.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 191 (75% from 255) = 33.22%
R=34.09%
G=32.70%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618819100.040.030.23337.56.3575.29
HexC4BCBF0431715264b
Octal304274277043275226113
Binary110001001011110010111111010011101111010100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCBF; }

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

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

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

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

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

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

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

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