Html Css Color HEX #C9BDB7 Pale Slate

📋 copy color: '#C9BDB7'

red 201 ◦ green 189 ◦ blue 183

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

Shades of Pale Slate #C9BDB7

Tints of Pale Slate #C9BDB7

RGB

 RED value IS 201 (78.91% from 255) = 35.08%

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

 BLUE value IS 183 (71.88% from 255) = 31.94%

R = 35.08%
G = 32.98%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9BDB7 (or 0xC9BDB7) is known color: Pale Slate. HEX triplet: C9, BD and B7. RGB value is (201,189,183). Sum of RGB (Red+Green+Blue) = 201+189+183=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDB7 is #364248. Grayscale: #BFBFBF. Windows color (decimal): -3555913 or 12041673. OLE color: 12041673.

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

Color convert

RGB 201 189 183 -
CMYK 0 0.06 0.09 0.21
HSL 20º 0.14% 0.75% -
HSV(B) 20º 0.09% 0.79% -
XYZ 50.83 52.23 52.2 -
YUV 191.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 201 189 183 0 0.06 0.09 0.21 20 0.14 0.75
Hex C9 BD B7 0 6 9 15 14 E 4B
Octal 311 275 267 0 6 11 25 24 16 113
Binary 11001001 10111101 10110111 0 110 1001 10101 10100 1110 1001011

Color Harmonies of #C9BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDB7

Black with #C9BDB7

Text Example


Text Example

White with #C9BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDB7; }

 p { color: rgb(201,189,183); }

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

background-color css

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

 a { background-color: rgb(201,189,183); }

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

border-color css

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

 span { border-color: rgb(201,189,183); }

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