Html Css Color HEX #C9BFBB Pale Slate

📋 copy color: '#C9BFBB'

red 201 ◦ green 191 ◦ blue 187

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

Shades of Pale Slate #C9BFBB

Tints of Pale Slate #C9BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 32.99%

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 34.72%
G = 32.99%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9BFBB (or 0xC9BFBB) is known color: Pale Slate. HEX triplet: C9, BF and BB. RGB value is (201,191,187). Sum of RGB (Red+Green+Blue) = 201+191+187=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFBB is #364044. Grayscale: #C1C1C1. Windows color (decimal): -3555397 or 12304329. OLE color: 12304329.

HSL color Cylindrical-coordinate representation of color #C9BFBB: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BFBB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 187 -
CMYK 0 0.05 0.07 0.21
HSL 17.14º 0.11% 0.76% -
HSV(B) 17.14º 0.07% 0.79% -
XYZ 51.69 53.27 54.57 -
YUV 193.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 201 191 187 0 0.05 0.07 0.21 17.14 0.11 0.76
Hex C9 BF BB 0 5 7 15 11 B 4C
Octal 311 277 273 0 5 7 25 21 13 114
Binary 11001001 10111111 10111011 0 101 111 10101 10001 1011 1001100

Color Harmonies of #C9BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFBB

Black with #C9BFBB

Text Example


Text Example

White with #C9BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFBB; }

 p { color: rgb(201,191,187); }

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

background-color css

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

 a { background-color: rgb(201,191,187); }

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

border-color css

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

 span { border-color: rgb(201,191,187); }

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