Html Css Color HEX #C2BFBE Pale Slate

📋 copy color: '#C2BFBE'

red 194 ◦ green 191 ◦ blue 190

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

Shades of Pale Slate #C2BFBE

Tints of Pale Slate #C2BFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 33.22%

 BLUE value IS 190 (74.61% from 255) = 33.04%

R = 33.74%
G = 33.22%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2BFBE (or 0xC2BFBE) is known color: Pale Slate. HEX triplet: C2, BF and BE. RGB value is (194,191,190). Sum of RGB (Red+Green+Blue) = 194+191+190=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFBE is #3D4041. Grayscale: #BFBFBF. Windows color (decimal): -4014146 or 12500930. OLE color: 12500930.

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

Color convert

RGB 194 191 190 -
CMYK 0 0.02 0.02 0.24
HSL 15º 0.03% 0.75% -
HSV(B) 15º 0.02% 0.76% -
XYZ 50.17 52.45 56.19 -
YUV 191.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 194 191 190 0 0.02 0.02 0.24 15 0.03 0.75
Hex C2 BF BE 0 2 2 18 F 3 4B
Octal 302 277 276 0 2 2 30 17 3 113
Binary 11000010 10111111 10111110 0 10 10 11000 1111 11 1001011

Color Harmonies of #C2BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFBE

Black with #C2BFBE

Text Example


Text Example

White with #C2BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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