Html Css Color HEX #C5BDBA Pale Slate

📋 copy color: '#C5BDBA'

red 197 ◦ green 189 ◦ blue 186

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

Shades of Pale Slate #C5BDBA

Tints of Pale Slate #C5BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.04%

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 34.44%
G = 33.04%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5BDBA (or 0xC5BDBA) is known color: Pale Slate. HEX triplet: C5, BD and BA. RGB value is (197,189,186). Sum of RGB (Red+Green+Blue) = 197+189+186=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDBA is #3A4245. Grayscale: #BFBFBF. Windows color (decimal): -3818054 or 12238277. OLE color: 12238277.

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

Color convert

RGB 197 189 186 -
CMYK 0 0.04 0.06 0.23
HSL 16.36º 0.09% 0.75% -
HSV(B) 16.36º 0.06% 0.77% -
XYZ 50.09 51.81 53.82 -
YUV 191.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 197 189 186 0 0.04 0.06 0.23 16.36 0.09 0.75
Hex C5 BD BA 0 4 6 17 10 9 4B
Octal 305 275 272 0 4 6 27 20 11 113
Binary 11000101 10111101 10111010 0 100 110 10111 10000 1001 1001011

Color Harmonies of #C5BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDBA

Black with #C5BDBA

Text Example


Text Example

White with #C5BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDBA; }

 p { color: rgb(197,189,186); }

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

background-color css

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

 a { background-color: rgb(197,189,186); }

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

border-color css

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

 span { border-color: rgb(197,189,186); }

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