Html Css Color HEX #C9BCB3 Pale Slate

📋 copy color: '#C9BCB3'

red 201 ◦ green 188 ◦ blue 179

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

Shades of Pale Slate #C9BCB3

Tints of Pale Slate #C9BCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 35.39%
G = 33.1%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C9BCB3 (or 0xC9BCB3) is known color: Pale Slate. HEX triplet: C9, BC and B3. RGB value is (201,188,179). Sum of RGB (Red+Green+Blue) = 201+188+179=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BCB3 is #36434C. Grayscale: #BEBEBE. Windows color (decimal): -3556173 or 11779273. OLE color: 11779273.

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

Color convert

RGB 201 188 179 -
CMYK 0 0.06 0.11 0.21
HSL 24.55º 0.17% 0.75% -
HSV(B) 24.55º 0.11% 0.79% -
XYZ 50.21 51.64 49.97 -
YUV 190.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 201 188 179 0 0.06 0.11 0.21 24.55 0.17 0.75
Hex C9 BC B3 0 6 B 15 19 11 4B
Octal 311 274 263 0 6 13 25 31 21 113
Binary 11001001 10111100 10110011 0 110 1011 10101 11001 10001 1001011

Color Harmonies of #C9BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BCB3

Black with #C9BCB3

Text Example


Text Example

White with #C9BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BCB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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