Html Css Color HEX #BEA8B9 Maverick

📋 copy color: '#BEA8B9'

red 190 ◦ green 168 ◦ blue 185

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

Shades of Maverick #BEA8B9

Tints of Maverick #BEA8B9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.94%

 BLUE value IS 185 (72.66% from 255) = 34.07%

R = 34.99%
G = 30.94%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEA8B9 (or 0xBEA8B9) is known color: Maverick. HEX triplet: BE, A8 and B9. RGB value is (190,168,185). Sum of RGB (Red+Green+Blue) = 190+168+185=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8B9 is #415746. Grayscale: #B0B0B0. Windows color (decimal): -4282183 or 12167358. OLE color: 12167358.

HSL color Cylindrical-coordinate representation of color #BEA8B9: hue angle of 313.64º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEA8B9 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 168 185 -
CMYK 0 0.12 0.03 0.25
HSL 313.64º 0.14% 0.7% -
HSV(B) 313.64º 0.12% 0.75% -
XYZ 43.99 42.46 51.77 -
YUV 176.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 190 168 185 0 0.12 0.03 0.25 313.64 0.14 0.7
Hex BE A8 B9 0 C 3 19 13A E 46
Octal 276 250 271 0 14 3 31 472 16 106
Binary 10111110 10101000 10111001 0 1100 11 11001 100111010 1110 1000110

Color Harmonies of #BEA8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8B9

Black with #BEA8B9

Text Example


Text Example

White with #BEA8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8B9; }

 p { color: rgb(190,168,185); }

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

background-color css

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

 a { background-color: rgb(190,168,185); }

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

border-color css

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

 span { border-color: rgb(190,168,185); }

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