Html Css Color HEX #BEBCBA Pale Slate

📋 copy color: '#BEBCBA'

red 190 ◦ green 188 ◦ blue 186

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

Shades of Pale Slate #BEBCBA

Tints of Pale Slate #BEBCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.33%

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 33.69%
G = 33.33%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEBCBA (or 0xBEBCBA) is known color: Pale Slate. HEX triplet: BE, BC and BA. RGB value is (190,188,186). Sum of RGB (Red+Green+Blue) = 190+188+186=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCBA is #414345. Grayscale: #BCBCBC. Windows color (decimal): -4277062 or 12238014. OLE color: 12238014.

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

Color convert

RGB 190 188 186 -
CMYK 0 0.01 0.02 0.25
HSL 30º 0.03% 0.74% -
HSV(B) 30º 0.02% 0.75% -
XYZ 48.08 50.46 53.66 -
YUV 188.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 190 188 186 0 0.01 0.02 0.25 30 0.03 0.74
Hex BE BC BA 0 1 2 19 1E 3 4A
Octal 276 274 272 0 1 2 31 36 3 112
Binary 10111110 10111100 10111010 0 1 10 11001 11110 11 1001010

Color Harmonies of #BEBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCBA

Black with #BEBCBA

Text Example


Text Example

White with #BEBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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