Html Css Color HEX #C2BEB0 Grey Nickel

📋 copy color: '#C2BEB0'

red 194 ◦ green 190 ◦ blue 176

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

Shades of Grey Nickel #C2BEB0

Tints of Grey Nickel #C2BEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.43%

R = 34.64%
G = 33.93%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C2BEB0 (or 0xC2BEB0) is known color: Grey Nickel. HEX triplet: C2, BE and B0. RGB value is (194,190,176). Sum of RGB (Red+Green+Blue) = 194+190+176=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEB0 is #3D414F. Grayscale: #BDBDBD. Windows color (decimal): -4014416 or 11583170. OLE color: 11583170.

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

Color convert

RGB 194 190 176 -
CMYK 0 0.02 0.09 0.24
HSL 46.67º 0.13% 0.73% -
HSV(B) 46.67º 0.09% 0.76% -
XYZ 48.5 51.43 48.45 -
YUV 189.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 194 190 176 0 0.02 0.09 0.24 46.67 0.13 0.73
Hex C2 BE B0 0 2 9 18 2F D 49
Octal 302 276 260 0 2 11 30 57 15 111
Binary 11000010 10111110 10110000 0 10 1001 11000 101111 1101 1001001

Color Harmonies of #C2BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEB0

Black with #C2BEB0

Text Example


Text Example

White with #C2BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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