Html Css Color HEX #BEAEB8 Maverick

📋 copy color: '#BEAEB8'

red 190 ◦ green 174 ◦ blue 184

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

Shades of Maverick #BEAEB8

Tints of Maverick #BEAEB8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.75%

 BLUE value IS 184 (72.27% from 255) = 33.58%

R = 34.67%
G = 31.75%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BEAEB8 (or 0xBEAEB8) is known color: Maverick. HEX triplet: BE, AE and B8. RGB value is (190,174,184). Sum of RGB (Red+Green+Blue) = 190+174+184=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEB8 is #415147. Grayscale: #B3B3B3. Windows color (decimal): -4280648 or 12103358. OLE color: 12103358.

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

Color convert

RGB 190 174 184 -
CMYK 0 0.08 0.03 0.25
HSL 322.5º 0.11% 0.71% -
HSV(B) 322.5º 0.08% 0.75% -
XYZ 45.02 44.68 51.6 -
YUV 179.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 190 174 184 0 0.08 0.03 0.25 322.5 0.11 0.71
Hex BE AE B8 0 8 3 19 142 B 47
Octal 276 256 270 0 10 3 31 502 13 107
Binary 10111110 10101110 10111000 0 1000 11 11001 101000010 1011 1000111

Color Harmonies of #BEAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEB8

Black with #BEAEB8

Text Example


Text Example

White with #BEAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEB8; }

 p { color: rgb(190,174,184); }

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

background-color css

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

 a { background-color: rgb(190,174,184); }

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

border-color css

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

 span { border-color: rgb(190,174,184); }

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