Html Css Color HEX #C9BEB6 Pale Slate

📋 copy color: '#C9BEB6'

red 201 ◦ green 190 ◦ blue 182

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

Shades of Pale Slate #C9BEB6

Tints of Pale Slate #C9BEB6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.16%

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

R = 35.08%
G = 33.16%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9BEB6 (or 0xC9BEB6) is known color: Pale Slate. HEX triplet: C9, BE and B6. RGB value is (201,190,182). Sum of RGB (Red+Green+Blue) = 201+190+182=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEB6 is #364149. Grayscale: #C0C0C0. Windows color (decimal): -3555658 or 11976393. OLE color: 11976393.

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

Color convert

RGB 201 190 182 -
CMYK 0 0.05 0.09 0.21
HSL 25.26º 0.15% 0.75% -
HSV(B) 25.26º 0.09% 0.79% -
XYZ 50.94 52.62 51.73 -
YUV 192.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 201 190 182 0 0.05 0.09 0.21 25.26 0.15 0.75
Hex C9 BE B6 0 5 9 15 19 F 4B
Octal 311 276 266 0 5 11 25 31 17 113
Binary 11001001 10111110 10110110 0 101 1001 10101 11001 1111 1001011

Color Harmonies of #C9BEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEB6

Black with #C9BEB6

Text Example


Text Example

White with #C9BEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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