Html Css Color HEX #C2BEBD Pale Slate

📋 copy color: '#C2BEBD'

red 194 ◦ green 190 ◦ blue 189

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

Shades of Pale Slate #C2BEBD

Tints of Pale Slate #C2BEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.98%

R = 33.86%
G = 33.16%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C2BEBD (or 0xC2BEBD) is known color: Pale Slate. HEX triplet: C2, BE and BD. RGB value is (194,190,189). Sum of RGB (Red+Green+Blue) = 194+190+189=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEBD is #3D4142. Grayscale: #BFBFBF. Windows color (decimal): -4014403 or 12435138. OLE color: 12435138.

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

Color convert

RGB 194 190 189 -
CMYK 0 0.02 0.03 0.24
HSL 12º 0.04% 0.75% -
HSV(B) 12º 0.03% 0.76% -
XYZ 49.85 51.97 55.55 -
YUV 191.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 194 190 189 0 0.02 0.03 0.24 12 0.04 0.75
Hex C2 BE BD 0 2 3 18 C 4 4B
Octal 302 276 275 0 2 3 30 14 4 113
Binary 11000010 10111110 10111101 0 10 11 11000 1100 100 1001011

Color Harmonies of #C2BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEBD

Black with #C2BEBD

Text Example


Text Example

White with #C2BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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