#C7BFBB

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

Shades of Pale Slate #C7BFBB

Tints of Pale Slate #C7BFBB

Color information

#C7BFBB (or 0xC7BFBB) is unknown color: approx Pale Slate. HEX triplet: C7, BF and BB. RGB value is (199,191,187). Sum of RGB (Red+Green+Blue) = 199+191+187=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBB is #384044. Grayscale: #C0C0C0. Windows color (decimal): -3686469 or 12304327. OLE color: 12304327.

HSL color Cylindrical-coordinate representation of color #C7BFBB: hue angle of 20º degrees, saturation: 0.1, 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 #C7BFBB is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB199191187-
CMYK00.040.060.22
HSL20º9.68%75.69%-
HSV(B)20º6.03%78.04%-
XYZ51.1552.9954.55-
YUV192.94124.65132.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.49%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=34.49%
G=33.10%
B=32.41%

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
Decimal19919118700.040.060.22209.6875.69
HexC7BFBB0461614a4c
Octal307277273046262412114
Binary1100011110111111101110110100110101101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFBB; }

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

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

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

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

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

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

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

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