#C2BCBF

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

Shades of Maverick #C2BCBF

Tints of Maverick #C2BCBF

Color information

#C2BCBF (or 0xC2BCBF) is unknown color: approx Maverick. HEX triplet: C2, BC and BF. RGB value is (194,188,191). Sum of RGB (Red+Green+Blue) = 194+188+191=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCBF is #3D4340. Grayscale: #BEBEBE. Windows color (decimal): -4014913 or 12565698. OLE color: 12565698.

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

Color convert

RGB194188191-
CMYK00.030.020.24
HSL330º4.69%74.9%-
HSV(B)330º3.09%76.08%-
XYZ49.6451.256.56-
YUV190.14128.49130.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 191 (75% from 255) = 33.33%
R=33.86%
G=32.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418819100.030.020.243304.6974.9
HexC2BCBF0321814a54b
Octal302274277032305125113
Binary11000010101111001011111101110110001010010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCBF; }

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

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

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

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

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

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

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

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