#BFBCBA

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

Shades of Pale Slate #BFBCBA

Tints of Pale Slate #BFBCBA

Color information

#BFBCBA (or 0xBFBCBA) is unknown color: approx Pale Slate. HEX triplet: BF, BC and BA. RGB value is (191,188,186). Sum of RGB (Red+Green+Blue) = 191+188+186=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCBA is #404345. Grayscale: #BCBCBC. Windows color (decimal): -4211526 or 12238015. OLE color: 12238015.

HSL color Cylindrical-coordinate representation of color #BFBCBA: hue angle of 24º 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 #BFBCBA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191188186-
CMYK00.020.030.25
HSL24º3.76%73.92%-
HSV(B)24º2.62%74.9%-
XYZ48.3350.5953.67-
YUV188.67126.49129.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.81%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=33.81%
G=33.27%
B=32.92%

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
Decimal19118818600.020.030.25243.7673.92
HexBFBCBA023191844a
Octal27727427202331304112
Binary1011111110111100101110100101111001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCBA; }

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

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

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

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

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

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

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

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