#C7BEBA

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

Shades of Pale Slate #C7BEBA

Tints of Pale Slate #C7BEBA

Color information

#C7BEBA (or 0xC7BEBA) is unknown color: approx Pale Slate. HEX triplet: C7, BE and BA. RGB value is (199,190,186). Sum of RGB (Red+Green+Blue) = 199+190+186=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEBA is #384145. Grayscale: #C0C0C0. Windows color (decimal): -3686726 or 12238535. OLE color: 12238535.

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

Color convert

RGB199190186-
CMYK00.050.070.22
HSL18.46º10.4%75.49%-
HSV(B)18.46º6.53%78.04%-
XYZ50.8352.5153.91-
YUV192.24124.48132.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.61%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=34.61%
G=33.04%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919018600.050.070.2218.4610.475.49
HexC7BEBA0571612a4b
Octal307276272057262212113
Binary1100011110111110101110100101111101101001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEBA; }

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

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

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

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

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

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

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

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