Html Css Color HEX #C9BCB7 Pale Slate

📋 copy color: '#C9BCB7'

red 201 ◦ green 188 ◦ blue 183

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

Shades of Pale Slate #C9BCB7

Tints of Pale Slate #C9BCB7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.87%

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

R = 35.14%
G = 32.87%
B = 31.99%

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

#C9BCB7 (or 0xC9BCB7) is known color: Pale Slate. HEX triplet: C9, BC and B7. RGB value is (201,188,183). Sum of RGB (Red+Green+Blue) = 201+188+183=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCB7 is #364348. Grayscale: #BFBFBF. Windows color (decimal): -3556169 or 12041417. OLE color: 12041417.

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

Color convert

RGB 201 188 183 -
CMYK 0 0.06 0.09 0.21
HSL 16.67º 0.14% 0.75% -
HSV(B) 16.67º 0.09% 0.79% -
XYZ 50.62 51.8 52.13 -
YUV 191.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 201 188 183 0 0.06 0.09 0.21 16.67 0.14 0.75
Hex C9 BC B7 0 6 9 15 11 E 4B
Octal 311 274 267 0 6 11 25 21 16 113
Binary 11001001 10111100 10110111 0 110 1001 10101 10001 1110 1001011

Color Harmonies of #C9BCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCB7

Black with #C9BCB7

Text Example


Text Example

White with #C9BCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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