Html Css Color HEX #BEBCBB Pale Slate

📋 copy color: '#BEBCBB'

red 190 ◦ green 188 ◦ blue 187

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

Shades of Pale Slate #BEBCBB

Tints of Pale Slate #BEBCBB

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.1%

R = 33.63%
G = 33.27%
B = 33.1%

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

#BEBCBB (or 0xBEBCBB) is known color: 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

RGB 190 188 187 -
CMYK 0 0.01 0.02 0.25
HSL 20º 0.02% 0.74% -
HSV(B) 20º 0.02% 0.75% -
XYZ 48.19 50.5 54.22 -
YUV 188.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 190 188 187 0 0.01 0.02 0.25 20 0.02 0.74
Hex BE BC BB 0 1 2 19 14 2 4A
Octal 276 274 273 0 1 2 31 24 2 112
Binary 10111110 10111100 10111011 0 1 10 11001 10100 10 1001010

Color Harmonies of #BEBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCBB

Black with #BEBCBB

Text Example


Text Example

White with #BEBCBB

Text Example


Text Example

HTML Codes & Css Web 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>