#C9BEBA

Color #C9BEBA Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #C9BEBA

Tints of Pale Slate #C9BEBA

Color information

#C9BEBA (or 0xC9BEBA) is unknown color: approx 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

RGB201190186-
CMYK00.050.070.21
HSL16º12.2%75.88%-
HSV(B)16º7.46%78.82%-
XYZ51.3652.7953.94-
YUV192.83124.14133.83-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119018600.050.070.211612.275.88
HexC9BEBA0571510c4c
Octal311276272057252014114
Binary1100100110111110101110100101111101011000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>