#C7BFBA

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

Shades of Pale Slate #C7BFBA

Tints of Pale Slate #C7BFBA

Color information

#C7BFBA (or 0xC7BFBA) is unknown color: approx Pale Slate. HEX triplet: C7, BF and BA. RGB value is (199,191,186). Sum of RGB (Red+Green+Blue) = 199+191+186=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBA is #384045. Grayscale: #C0C0C0. Windows color (decimal): -3686470 or 12238791. OLE color: 12238791.

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

Color convert

RGB199191186-
CMYK00.040.070.22
HSL23.08º10.4%75.49%-
HSV(B)23.08º6.53%78.04%-
XYZ51.0552.9553.98-
YUV192.82124.15132.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.55%
GREEN value IS 191 (75% from 255) = 33.16%
BLUE value IS 186 (73.05% 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
Decimal19919118600.040.070.2223.0810.475.49
HexC7BFBA0471617a4b
Octal307277272047262712113
Binary1100011110111111101110100100111101101011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFBA; }

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

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

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

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

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

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

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

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