Html Css Color HEX #C2BEC1 Maverick

📋 copy color: '#C2BEC1'

red 194 ◦ green 190 ◦ blue 193

#C2BEC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C2BEC1

Tints of Maverick #C2BEC1

RGB

 RED value IS 194 (76.17% from 255) = 33.62%

 GREEN value IS 190 (74.61% from 255) = 32.93%

 BLUE value IS 193 (75.78% from 255) = 33.45%

R = 33.62%
G = 32.93%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C2BEC1 (or 0xC2BEC1) is known color: Maverick. HEX triplet: C2, BE and C1. RGB value is (194,190,193). Sum of RGB (Red+Green+Blue) = 194+190+193=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEC1 is #3D413E. Grayscale: #BFBFBF. Windows color (decimal): -4014399 or 12697282. OLE color: 12697282.

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

Color convert

RGB 194 190 193 -
CMYK 0 0.02 0.01 0.24
HSL 315º 0.03% 0.75% -
HSV(B) 315º 0.02% 0.76% -
XYZ 50.29 52.15 57.87 -
YUV 191.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 194 190 193 0 0.02 0.01 0.24 315 0.03 0.75
Hex C2 BE C1 0 2 1 18 13B 3 4B
Octal 302 276 301 0 2 1 30 473 3 113
Binary 11000010 10111110 11000001 0 10 1 11000 100111011 11 1001011

Color Harmonies of #C2BEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEC1

Black with #C2BEC1

Text Example


Text Example

White with #C2BEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEC1; }

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

 H1.HeaderClassName
 {
   color: #C2BEC1;
 }
 .AnyTagClassName
 {
   color: #C2BEC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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