#BFBCB9

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

Shades of Pale Slate #BFBCB9

Tints of Pale Slate #BFBCB9

Color information

#BFBCB9 (or 0xBFBCB9) is unknown color: approx Pale Slate. HEX triplet: BF, BC and B9. RGB value is (191,188,185). Sum of RGB (Red+Green+Blue) = 191+188+185=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCB9 is #404346. Grayscale: #BCBCBC. Windows color (decimal): -4211527 or 12172479. OLE color: 12172479.

HSL color Cylindrical-coordinate representation of color #BFBCB9: hue angle of 30º degrees, saturation: 0.04, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BFBCB9 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191188185-
CMYK00.020.030.25
HSL30º4.48%73.73%-
HSV(B)30º3.14%74.9%-
XYZ48.2350.5553.11-
YUV188.55125.99129.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.87%
GREEN value IS 188 (73.83% from 255) = 33.33%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=33.87%
G=33.33%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118818500.020.030.25304.4873.73
HexBFBCB9023191e44a
Octal27727427102331364112
Binary1011111110111100101110010101111001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCB9; }

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

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

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

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

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

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

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

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