#C7BEB5

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

Shades of Pale Slate #C7BEB5

Tints of Pale Slate #C7BEB5

Color information

#C7BEB5 (or 0xC7BEB5) is unknown color: approx Pale Slate. HEX triplet: C7, BE and B5. RGB value is (199,190,181). Sum of RGB (Red+Green+Blue) = 199+190+181=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEB5 is #38414A. Grayscale: #BFBFBF. Windows color (decimal): -3686731 or 11910855. OLE color: 11910855.

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

Color convert

RGB199190181-
CMYK00.050.090.22
HSL30º13.85%74.51%-
HSV(B)30º9.05%78.04%-
XYZ50.3152.3151.16-
YUV191.66121.98133.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.91%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=34.91%
G=33.33%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919018100.050.090.223013.8574.51
HexC7BEB5059161ee4b
Octal3072762650511263616113
Binary11000111101111101011010101011001101101111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEB5; }

 p { color: rgb(199,190,181); }

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

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

 a { background-color: rgb(199,190,181); }

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

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

 span { border-color: rgb(199,190,181); }

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