#BFBBB8

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

Shades of Pale Slate #BFBBB8

Tints of Pale Slate #BFBBB8

Color information

#BFBBB8 (or 0xBFBBB8) is unknown color: approx Pale Slate. HEX triplet: BF, BB and B8. RGB value is (191,187,184). Sum of RGB (Red+Green+Blue) = 191+187+184=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBBB8 is #404447. Grayscale: #BBBBBB. Windows color (decimal): -4211784 or 12106687. OLE color: 12106687.

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

Color convert

RGB191187184-
CMYK00.020.040.25
HSL25.71º5.19%73.53%-
HSV(B)25.71º3.66%74.9%-
XYZ47.9150.0852.49-
YUV187.85125.83130.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=33.99%
G=33.27%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118718400.020.040.2525.715.1973.53
HexBFBBB8024191a54a
Octal27727327002431325112
Binary10111111101110111011100001010011001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBB8; }

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

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

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

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

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

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

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

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