Html Css Color HEX #BEB6BA Maverick

📋 copy color: '#BEB6BA'

red 190 ◦ green 182 ◦ blue 186

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

Shades of Maverick #BEB6BA

Tints of Maverick #BEB6BA

RGB

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

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

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

R = 34.05%
G = 32.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEB6BA (or 0xBEB6BA) is known color: Maverick. HEX triplet: BE, B6 and BA. RGB value is (190,182,186). Sum of RGB (Red+Green+Blue) = 190+182+186=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB6BA is #414945. Grayscale: #B8B8B8. Windows color (decimal): -4278598 or 12236478. OLE color: 12236478.

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

Color convert

RGB 190 182 186 -
CMYK 0 0.04 0.02 0.25
HSL 330º 0.06% 0.73% -
HSV(B) 330º 0.04% 0.75% -
XYZ 46.83 47.95 53.24 -
YUV 184.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 190 182 186 0 0.04 0.02 0.25 330 0.06 0.73
Hex BE B6 BA 0 4 2 19 14A 6 49
Octal 276 266 272 0 4 2 31 512 6 111
Binary 10111110 10110110 10111010 0 100 10 11001 101001010 110 1001001

Color Harmonies of #BEB6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6BA

Black with #BEB6BA

Text Example


Text Example

White with #BEB6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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