Html Css Color HEX #BEB6B2 Pale Slate

📋 copy color: '#BEB6B2'

red 190 ◦ green 182 ◦ blue 178

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

Shades of Pale Slate #BEB6B2

Tints of Pale Slate #BEB6B2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.09%

 BLUE value IS 178 (69.92% from 255) = 32.36%

R = 34.55%
G = 33.09%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BEB6B2 (or 0xBEB6B2) is known color: Pale Slate. HEX triplet: BE, B6 and B2. RGB value is (190,182,178). Sum of RGB (Red+Green+Blue) = 190+182+178=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB6B2 is #41494D. Grayscale: #B7B7B7. Windows color (decimal): -4278606 or 11712190. OLE color: 11712190.

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

Color convert

RGB 190 182 178 -
CMYK 0 0.04 0.06 0.25
HSL 20º 0.08% 0.72% -
HSV(B) 20º 0.06% 0.75% -
XYZ 46 47.62 48.89 -
YUV 183.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 190 182 178 0 0.04 0.06 0.25 20 0.08 0.72
Hex BE B6 B2 0 4 6 19 14 8 48
Octal 276 266 262 0 4 6 31 24 10 110
Binary 10111110 10110110 10110010 0 100 110 11001 10100 1000 1001000

Color Harmonies of #BEB6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6B2

Black with #BEB6B2

Text Example


Text Example

White with #BEB6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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