#C5BFBB

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

Shades of Pale Slate #C5BFBB

Tints of Pale Slate #C5BFBB

Color information

#C5BFBB (or 0xC5BFBB) is unknown color: approx Pale Slate. HEX triplet: C5, BF and BB. RGB value is (197,191,187). Sum of RGB (Red+Green+Blue) = 197+191+187=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFBB is #3A4044. Grayscale: #C0C0C0. Windows color (decimal): -3817541 or 12304325. OLE color: 12304325.

HSL color Cylindrical-coordinate representation of color #C5BFBB: hue angle of 24º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C5BFBB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197191187-
CMYK00.030.050.23
HSL24º7.94%75.29%-
HSV(B)24º5.08%77.25%-
XYZ50.6352.7254.52-
YUV192.34124.99131.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=34.26%
G=33.22%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719118700.030.050.23247.9475.29
HexC5BFBB035171884b
Octal305277273035273010113
Binary110001011011111110111011011101101111100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFBB; }

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

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

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

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

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

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

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

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