Html Css Color HEX #C9BCB5 Pale Slate

📋 copy color: '#C9BCB5'

red 201 ◦ green 188 ◦ blue 181

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

Shades of Pale Slate #C9BCB5

Tints of Pale Slate #C9BCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.75%

R = 35.26%
G = 32.98%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C9BCB5 (or 0xC9BCB5) is known color: Pale Slate. HEX triplet: C9, BC and B5. RGB value is (201,188,181). Sum of RGB (Red+Green+Blue) = 201+188+181=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCB5 is #36434A. Grayscale: #BFBFBF. Windows color (decimal): -3556171 or 11910345. OLE color: 11910345.

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

Color convert

RGB 201 188 181 -
CMYK 0 0.06 0.10 0.21
HSL 21º 0.16% 0.75% -
HSV(B) 21º 0.1% 0.79% -
XYZ 50.41 51.72 51.04 -
YUV 191.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 201 188 181 0 0.06 0.10 0.21 21 0.16 0.75
Hex C9 BC B5 0 6 A 15 15 10 4B
Octal 311 274 265 0 6 12 25 25 20 113
Binary 11001001 10111100 10110101 0 110 1010 10101 10101 10000 1001011

Color Harmonies of #C9BCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCB5

Black with #C9BCB5

Text Example


Text Example

White with #C9BCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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