#BFBCBB

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

Shades of Pale Slate #BFBCBB

Tints of Pale Slate #BFBCBB

Color information

#BFBCBB (or 0xBFBCBB) is unknown color: approx Pale Slate. HEX triplet: BF, BC and BB. RGB value is (191,188,187). Sum of RGB (Red+Green+Blue) = 191+188+187=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCBB is #404344. Grayscale: #BCBCBC. Windows color (decimal): -4211525 or 12303551. OLE color: 12303551.

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

Color convert

RGB191188187-
CMYK00.020.020.25
HSL15º3.03%74.12%-
HSV(B)15º2.09%74.9%-
XYZ48.4450.6354.23-
YUV188.78126.99129.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.75%
GREEN value IS 188 (73.83% from 255) = 33.22%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=33.75%
G=33.22%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118818700.020.020.25153.0374.12
HexBFBCBB02219f34a
Octal27727427302231173112
Binary10111111101111001011101101010110011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBCBB; }

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

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

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

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

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

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

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

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