Html Css Color HEX #C9BDB6 Pale Slate

📋 copy color: '#C9BDB6'

red 201 ◦ green 189 ◦ blue 182

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

Shades of Pale Slate #C9BDB6

Tints of Pale Slate #C9BDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.04%

 BLUE value IS 182 (71.48% from 255) = 31.82%

R = 35.14%
G = 33.04%
B = 31.82%

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

#C9BDB6 (or 0xC9BDB6) is known color: Pale Slate. HEX triplet: C9, BD and B6. RGB value is (201,189,182). Sum of RGB (Red+Green+Blue) = 201+189+182=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDB6 is #364249. Grayscale: #BFBFBF. Windows color (decimal): -3555914 or 11976137. OLE color: 11976137.

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

Color convert

RGB 201 189 182 -
CMYK 0 0.06 0.09 0.21
HSL 22.11º 0.15% 0.75% -
HSV(B) 22.11º 0.09% 0.79% -
XYZ 50.73 52.19 51.66 -
YUV 191.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 201 189 182 0 0.06 0.09 0.21 22.11 0.15 0.75
Hex C9 BD B6 0 6 9 15 16 F 4B
Octal 311 275 266 0 6 11 25 26 17 113
Binary 11001001 10111101 10110110 0 110 1001 10101 10110 1111 1001011

Color Harmonies of #C9BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDB6

Black with #C9BDB6

Text Example


Text Example

White with #C9BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDB6; }

 p { color: rgb(201,189,182); }

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

background-color css

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

 a { background-color: rgb(201,189,182); }

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

border-color css

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

 span { border-color: rgb(201,189,182); }

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