#BEBBB9

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

Shades of Pale Slate #BEBBB9

Tints of Pale Slate #BEBBB9

Color information

#BEBBB9 (or 0xBEBBB9) is unknown color: approx Pale Slate. HEX triplet: BE, BB and B9. RGB value is (190,187,185). Sum of RGB (Red+Green+Blue) = 190+187+185=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBB9 is #414446. Grayscale: #BBBBBB. Windows color (decimal): -4277319 or 12172222. OLE color: 12172222.

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

Color convert

RGB190187185-
CMYK00.020.030.25
HSL24º3.7%73.53%-
HSV(B)24º2.63%74.51%-
XYZ47.7649.9953.03-
YUV187.67126.49129.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.81%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 185 (72.66% 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
Decimal19018718500.020.030.25243.773.53
HexBEBBB9023191844a
Octal27627327102331304112
Binary1011111010111011101110010101111001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBB9; }

 p { color: rgb(190,187,185); }

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

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

 a { background-color: rgb(190,187,185); }

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

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

 span { border-color: rgb(190,187,185); }

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