Html Css Color HEX #BEBBB8 Pale Slate

📋 copy color: '#BEBBB8'

red 190 ◦ green 187 ◦ blue 184

#BEBBB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #BEBBB8

Tints of Pale Slate #BEBBB8

RGB

 RED value IS 190 (74.61% from 255) = 33.87%

 GREEN value IS 187 (73.44% from 255) = 33.33%

 BLUE value IS 184 (72.27% from 255) = 32.8%

R = 33.87%
G = 33.33%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEBBB8 (or 0xBEBBB8) is known color: Pale Slate. HEX triplet: BE, BB and B8. RGB value is (190,187,184). Sum of RGB (Red+Green+Blue) = 190+187+184=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBB8 is #414447. Grayscale: #BBBBBB. Windows color (decimal): -4277320 or 12106686. OLE color: 12106686.

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

Color convert

RGB 190 187 184 -
CMYK 0 0.02 0.03 0.25
HSL 30º 0.04% 0.73% -
HSV(B) 30º 0.03% 0.75% -
XYZ 47.66 49.95 52.48 -
YUV 187.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 190 187 184 0 0.02 0.03 0.25 30 0.04 0.73
Hex BE BB B8 0 2 3 19 1E 4 49
Octal 276 273 270 0 2 3 31 36 4 111
Binary 10111110 10111011 10111000 0 10 11 11001 11110 100 1001001

Color Harmonies of #BEBBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBBB8

Black with #BEBBB8

Text Example


Text Example

White with #BEBBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBBB8; }

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

 H1.HeaderClassName
 {
   color: #BEBBB8;
 }
 .AnyTagClassName
 {
   color: #BEBBB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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