#BEB6B3

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

Shades of Pale Slate #BEB6B3

Tints of Pale Slate #BEB6B3

Color information

#BEB6B3 (or 0xBEB6B3) is unknown color: approx Pale Slate. HEX triplet: BE, B6 and B3. RGB value is (190,182,179). Sum of RGB (Red+Green+Blue) = 190+182+179=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6B3 is #41494C. Grayscale: #B8B8B8. Windows color (decimal): -4278605 or 11777726. OLE color: 11777726.

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

Color convert

RGB190182179-
CMYK00.040.060.25
HSL16.36º7.8%72.35%-
HSV(B)16.36º5.79%74.51%-
XYZ46.147.6649.42-
YUV184.05125.15132.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=34.48%
G=33.03%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018217900.040.060.2516.367.872.35
HexBEB6B30461910848
Octal276266263046312010110
Binary1011111010110110101100110100110110011000010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB6B3; }

 p { color: rgb(190,182,179); }

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

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

 a { background-color: rgb(190,182,179); }

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

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

 span { border-color: rgb(190,182,179); }

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