Html Css Color HEX #BEB3BA Maverick

📋 copy color: '#BEB3BA'

red 190 ◦ green 179 ◦ blue 186

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

Shades of Maverick #BEB3BA

Tints of Maverick #BEB3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.25%

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

R = 34.23%
G = 32.25%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEB3BA (or 0xBEB3BA) is known color: Maverick. HEX triplet: BE, B3 and BA. RGB value is (190,179,186). Sum of RGB (Red+Green+Blue) = 190+179+186=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB3BA is #414C45. Grayscale: #B7B7B7. Windows color (decimal): -4279366 or 12235710. OLE color: 12235710.

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

Color convert

RGB 190 179 186 -
CMYK 0 0.06 0.02 0.25
HSL 321.82º 0.08% 0.72% -
HSV(B) 321.82º 0.06% 0.75% -
XYZ 46.22 46.73 53.04 -
YUV 183.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 190 179 186 0 0.06 0.02 0.25 321.82 0.08 0.72
Hex BE B3 BA 0 6 2 19 142 8 48
Octal 276 263 272 0 6 2 31 502 10 110
Binary 10111110 10110011 10111010 0 110 10 11001 101000010 1000 1001000

Color Harmonies of #BEB3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB3BA

Black with #BEB3BA

Text Example


Text Example

White with #BEB3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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