Html Css Color HEX #C5BEB8 Pale Slate

📋 copy color: '#C5BEB8'

red 197 ◦ green 190 ◦ blue 184

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

Shades of Pale Slate #C5BEB8

Tints of Pale Slate #C5BEB8

RGB

 RED value IS 197 (77.34% from 255) = 34.5%

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

 BLUE value IS 184 (72.27% from 255) = 32.22%

R = 34.5%
G = 33.27%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C5BEB8 (or 0xC5BEB8) is known color: Pale Slate. HEX triplet: C5, BE and B8. RGB value is (197,190,184). Sum of RGB (Red+Green+Blue) = 197+190+184=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEB8 is #3A4147. Grayscale: #BFBFBF. Windows color (decimal): -3817800 or 12107461. OLE color: 12107461.

HSL color Cylindrical-coordinate representation of color #C5BEB8: hue angle of 27.69º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BEB8 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 184 -
CMYK 0 0.04 0.07 0.23
HSL 27.69º 0.1% 0.75% -
HSV(B) 27.69º 0.07% 0.77% -
XYZ 50.09 52.16 52.77 -
YUV 191.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 197 190 184 0 0.04 0.07 0.23 27.69 0.1 0.75
Hex C5 BE B8 0 4 7 17 1C A 4B
Octal 305 276 270 0 4 7 27 34 12 113
Binary 11000101 10111110 10111000 0 100 111 10111 11100 1010 1001011

Color Harmonies of #C5BEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEB8

Black with #C5BEB8

Text Example


Text Example

White with #C5BEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEB8; }

 p { color: rgb(197,190,184); }

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

background-color css

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

 a { background-color: rgb(197,190,184); }

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

border-color css

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

 span { border-color: rgb(197,190,184); }

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