#C7BCB4

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

Shades of Pale Slate #C7BCB4

Tints of Pale Slate #C7BCB4

Color information

#C7BCB4 (or 0xC7BCB4) is unknown color: approx Pale Slate. HEX triplet: C7, BC and B4. RGB value is (199,188,180). Sum of RGB (Red+Green+Blue) = 199+188+180=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCB4 is #38434B. Grayscale: #BEBEBE. Windows color (decimal): -3687244 or 11844807. OLE color: 11844807.

HSL color Cylindrical-coordinate representation of color #C7BCB4: hue angle of 25.26º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BCB4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB199188180-
CMYK00.060.100.22
HSL25.26º14.5%74.31%-
HSV(B)25.26º9.55%78.04%-
XYZ49.7751.450.48-
YUV190.38122.14134.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.10%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=35.10%
G=33.16%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918818000.060.100.2225.2614.574.31
HexC7BCB406A1619f4a
Octal3072742640612263117112
Binary11000111101111001011010001101010101101100111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BCB4; }

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

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

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

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

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

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

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

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