Html Css Color HEX #C9BEBA Pale Slate

📋 copy color: '#C9BEBA'

red 201 ◦ green 190 ◦ blue 186

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

Shades of Pale Slate #C9BEBA

Tints of Pale Slate #C9BEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.24%

R = 34.84%
G = 32.93%
B = 32.24%

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

#C9BEBA (or 0xC9BEBA) is known color: Pale Slate. HEX triplet: C9, BE and BA. RGB value is (201,190,186). Sum of RGB (Red+Green+Blue) = 201+190+186=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEBA is #364145. Grayscale: #C0C0C0. Windows color (decimal): -3555654 or 12238537. OLE color: 12238537.

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

Color convert

RGB 201 190 186 -
CMYK 0 0.05 0.07 0.21
HSL 16º 0.12% 0.76% -
HSV(B) 16º 0.07% 0.79% -
XYZ 51.36 52.79 53.94 -
YUV 192.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 201 190 186 0 0.05 0.07 0.21 16 0.12 0.76
Hex C9 BE BA 0 5 7 15 10 C 4C
Octal 311 276 272 0 5 7 25 20 14 114
Binary 11001001 10111110 10111010 0 101 111 10101 10000 1100 1001100

Color Harmonies of #C9BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BEBA

Black with #C9BEBA

Text Example


Text Example

White with #C9BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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