Html Css Color HEX #C1BEBD Pale Slate

📋 copy color: '#C1BEBD'

red 193 ◦ green 190 ◦ blue 189

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

Shades of Pale Slate #C1BEBD

Tints of Pale Slate #C1BEBD

RGB

 RED value IS 193 (75.78% from 255) = 33.74%

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

 BLUE value IS 189 (74.22% 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

#C1BEBD (or 0xC1BEBD) is known color: Pale Slate. HEX triplet: C1, BE and BD. RGB value is (193,190,189). Sum of RGB (Red+Green+Blue) = 193+190+189=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEBD is #3E4142. Grayscale: #BEBEBE. Windows color (decimal): -4079939 or 12435137. OLE color: 12435137.

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

Color convert

RGB 193 190 189 -
CMYK 0 0.02 0.02 0.24
HSL 15º 0.03% 0.75% -
HSV(B) 15º 0.02% 0.76% -
XYZ 49.59 51.84 55.54 -
YUV 190.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 193 190 189 0 0.02 0.02 0.24 15 0.03 0.75
Hex C1 BE BD 0 2 2 18 F 3 4B
Octal 301 276 275 0 2 2 30 17 3 113
Binary 11000001 10111110 10111101 0 10 10 11000 1111 11 1001011

Color Harmonies of #C1BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEBD

Black with #C1BEBD

Text Example


Text Example

White with #C1BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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