Html Css Color HEX #C9BFBC Pale Slate

📋 copy color: '#C9BFBC'

red 201 ◦ green 191 ◦ blue 188

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

Shades of Pale Slate #C9BFBC

Tints of Pale Slate #C9BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.41%

R = 34.66%
G = 32.93%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9BFBC (or 0xC9BFBC) is known color: Pale Slate. HEX triplet: C9, BF and BC. RGB value is (201,191,188). Sum of RGB (Red+Green+Blue) = 201+191+188=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 191 (75% from 255 or 32.93% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BFBC is #364043. Grayscale: #C1C1C1. Windows color (decimal): -3555396 or 12369865. OLE color: 12369865.

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

Color convert

RGB 201 191 188 -
CMYK 0 0.05 0.06 0.21
HSL 13.85º 0.11% 0.76% -
HSV(B) 13.85º 0.06% 0.79% -
XYZ 51.8 53.31 55.14 -
YUV 193.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 201 191 188 0 0.05 0.06 0.21 13.85 0.11 0.76
Hex C9 BF BC 0 5 6 15 E B 4C
Octal 311 277 274 0 5 6 25 16 13 114
Binary 11001001 10111111 10111100 0 101 110 10101 1110 1011 1001100

Color Harmonies of #C9BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFBC

Black with #C9BFBC

Text Example


Text Example

White with #C9BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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