#C7BBB5

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

Shades of Pale Slate #C7BBB5

Tints of Pale Slate #C7BBB5

Color information

#C7BBB5 (or 0xC7BBB5) is unknown color: approx Pale Slate. HEX triplet: C7, BB and B5. RGB value is (199,187,181). Sum of RGB (Red+Green+Blue) = 199+187+181=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBB5 is #38444A. Grayscale: #BDBDBD. Windows color (decimal): -3687499 or 11910087. OLE color: 11910087.

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

Color convert

RGB199187181-
CMYK00.060.090.22
HSL20º13.85%74.51%-
HSV(B)20º9.05%78.04%-
XYZ49.6651.0250.95-
YUV189.9122.98134.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.10%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=35.10%
G=32.98%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918718100.060.090.222013.8574.51
HexC7BBB50691614e4b
Octal3072732650611262416113
Binary11000111101110111011010101101001101101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBB5; }

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

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

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

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

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

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

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

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