#BEBCBB

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

Shades of Pale Slate #BEBCBB

Tints of Pale Slate #BEBCBB

Color information

#BEBCBB (or 0xBEBCBB) is unknown color: approx Pale Slate. HEX triplet: BE, BC and BB. RGB value is (190,188,187). Sum of RGB (Red+Green+Blue) = 190+188+187=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCBB is #414344. Grayscale: #BCBCBC. Windows color (decimal): -4277061 or 12303550. OLE color: 12303550.

HSL color Cylindrical-coordinate representation of color #BEBCBB: hue angle of 20º degrees, saturation: 0.02, 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 #BEBCBB is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190188187-
CMYK00.010.020.25
HSL20º2.26%73.92%-
HSV(B)20º1.58%74.51%-
XYZ48.1950.554.22-
YUV188.48127.16129.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.63%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=33.63%
G=33.27%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018818700.010.020.25202.2673.92
HexBEBCBB012191424a
Octal27627427301231242112
Binary10111110101111001011101101101100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBCBB; }

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

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

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

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

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

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

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

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