Html Css Color HEX #C5BDB9 Pale Slate

📋 copy color: '#C5BDB9'

red 197 ◦ green 189 ◦ blue 185

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

Shades of Pale Slate #C5BDB9

Tints of Pale Slate #C5BDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.4%

R = 34.5%
G = 33.1%
B = 32.4%

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

#C5BDB9 (or 0xC5BDB9) is known color: Pale Slate. HEX triplet: C5, BD and B9. RGB value is (197,189,185). Sum of RGB (Red+Green+Blue) = 197+189+185=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDB9 is #3A4246. Grayscale: #BEBEBE. Windows color (decimal): -3818055 or 12172741. OLE color: 12172741.

HSL color Cylindrical-coordinate representation of color #C5BDB9: hue angle of 20º 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 #C5BDB9 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 189 185 -
CMYK 0 0.04 0.06 0.23
HSL 20º 0.09% 0.75% -
HSV(B) 20º 0.06% 0.77% -
XYZ 49.98 51.77 53.26 -
YUV 190.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 197 189 185 0 0.04 0.06 0.23 20 0.09 0.75
Hex C5 BD B9 0 4 6 17 14 9 4B
Octal 305 275 271 0 4 6 27 24 11 113
Binary 11000101 10111101 10111001 0 100 110 10111 10100 1001 1001011

Color Harmonies of #C5BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BDB9

Black with #C5BDB9

Text Example


Text Example

White with #C5BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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