#C6BEB9

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

Shades of Pale Slate #C6BEB9

Tints of Pale Slate #C6BEB9

Color information

#C6BEB9 (or 0xC6BEB9) is unknown color: approx Pale Slate. HEX triplet: C6, BE and B9. RGB value is (198,190,185). Sum of RGB (Red+Green+Blue) = 198+190+185=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEB9 is #394146. Grayscale: #BFBFBF. Windows color (decimal): -3752263 or 12172998. OLE color: 12172998.

HSL color Cylindrical-coordinate representation of color #C6BEB9: hue angle of 23.08º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6BEB9 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB198190185-
CMYK00.040.070.22
HSL23.08º10.24%75.1%-
HSV(B)23.08º6.57%77.65%-
XYZ50.4652.3453.34-
YUV191.82124.15132.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 185 (72.66% from 255) = 32.29%
R=34.55%
G=33.16%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819018500.040.070.2223.0810.2475.1
HexC6BEB90471617a4b
Octal306276271047262712113
Binary1100011010111110101110010100111101101011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BEB9; }

 p { color: rgb(198,190,185); }

 H1.HeaderClassName
 {
   color: #C6BEB9;
 }
 .AnyTagClassName
 {
   color: #C6BEB9;
 }
</style>
background-color css

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

 a { background-color: rgb(198,190,185); }

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

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

 span { border-color: rgb(198,190,185); }

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