#BEBBBA

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

Shades of Pale Slate #BEBBBA

Tints of Pale Slate #BEBBBA

Color information

#BEBBBA (or 0xBEBBBA) is unknown color: approx Pale Slate. HEX triplet: BE, BB and BA. RGB value is (190,187,186). Sum of RGB (Red+Green+Blue) = 190+187+186=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBBA is #414445. Grayscale: #BBBBBB. Windows color (decimal): -4277318 or 12237758. OLE color: 12237758.

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

Color convert

RGB190187186-
CMYK00.020.020.25
HSL15º2.99%73.73%-
HSV(B)15º2.11%74.51%-
XYZ47.8750.0353.59-
YUV187.78126.99129.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=33.75%
G=33.21%
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
Decimal19018718600.020.020.25152.9973.73
HexBEBBBA02219f34a
Octal27627327202231173112
Binary10111110101110111011101001010110011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBBBA; }

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

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

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

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

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

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

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

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