#C2BDC1

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

Shades of Maverick #C2BDC1

Tints of Maverick #C2BDC1

Color information

#C2BDC1 (or 0xC2BDC1) is unknown color: approx Maverick. HEX triplet: C2, BD and C1. RGB value is (194,189,193). Sum of RGB (Red+Green+Blue) = 194+189+193=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDC1 is #3D423E. Grayscale: #BEBEBE. Windows color (decimal): -4014655 or 12697026. OLE color: 12697026.

HSL color Cylindrical-coordinate representation of color #C2BDC1: hue angle of 312º degrees, saturation: 0.04, 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 #C2BDC1 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194189193-
CMYK00.030.010.24
HSL312º3.94%75.1%-
HSV(B)312º2.58%76.08%-
XYZ50.0751.7157.79-
YUV190.95129.16130.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=33.68%
G=32.81%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418919300.030.010.243123.9475.1
HexC2BDC10311813844b
Octal302275301031304704113
Binary1100001010111101110000010111110001001110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDC1; }

 p { color: rgb(194,189,193); }

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

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

 a { background-color: rgb(194,189,193); }

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

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

 span { border-color: rgb(194,189,193); }

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