Html Css Color HEX #BEB1BA Maverick

📋 copy color: '#BEB1BA'

red 190 ◦ green 177 ◦ blue 186

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

Shades of Maverick #BEB1BA

Tints of Maverick #BEB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.01%

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

R = 34.36%
G = 32.01%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEB1BA (or 0xBEB1BA) is known color: Maverick. HEX triplet: BE, B1 and BA. RGB value is (190,177,186). Sum of RGB (Red+Green+Blue) = 190+177+186=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1BA is #414E45. Grayscale: #B5B5B5. Windows color (decimal): -4279878 or 12235198. OLE color: 12235198.

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

Color convert

RGB 190 177 186 -
CMYK 0 0.07 0.02 0.25
HSL 318.46º 0.09% 0.72% -
HSV(B) 318.46º 0.07% 0.75% -
XYZ 45.82 45.94 52.91 -
YUV 181.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 190 177 186 0 0.07 0.02 0.25 318.46 0.09 0.72
Hex BE B1 BA 0 7 2 19 13E 9 48
Octal 276 261 272 0 7 2 31 476 11 110
Binary 10111110 10110001 10111010 0 111 10 11001 100111110 1001 1001000

Color Harmonies of #BEB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1BA

Black with #BEB1BA

Text Example


Text Example

White with #BEB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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