#C7BFBC

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

Shades of Pale Slate #C7BFBC

Tints of Pale Slate #C7BFBC

Color information

#C7BFBC (or 0xC7BFBC) is unknown color: approx Pale Slate. HEX triplet: C7, BF and BC. RGB value is (199,191,188). Sum of RGB (Red+Green+Blue) = 199+191+188=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBC is #384043. Grayscale: #C1C1C1. Windows color (decimal): -3686468 or 12369863. OLE color: 12369863.

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

Color convert

RGB199191188-
CMYK00.040.060.22
HSL16.36º8.94%75.88%-
HSV(B)16.36º5.53%78.04%-
XYZ51.2653.0355.11-
YUV193.05125.15132.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=34.43%
G=33.04%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919118800.040.060.2216.368.9475.88
HexC7BFBC046161094c
Octal307277274046262011114
Binary1100011110111111101111000100110101101000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFBC; }

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

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

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

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

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

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

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

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