Html Css Color HEX #BEAABB Maverick

📋 copy color: '#BEAABB'

red 190 ◦ green 170 ◦ blue 187

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

Shades of Maverick #BEAABB

Tints of Maverick #BEAABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.08%

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 34.73%
G = 31.08%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BEAABB (or 0xBEAABB) is known color: Maverick. HEX triplet: BE, AA and BB. RGB value is (190,170,187). Sum of RGB (Red+Green+Blue) = 190+170+187=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAABB is #415544. Grayscale: #B1B1B1. Windows color (decimal): -4281669 or 12298942. OLE color: 12298942.

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

Color convert

RGB 190 170 187 -
CMYK 0 0.11 0.02 0.25
HSL 309º 0.13% 0.71% -
HSV(B) 309º 0.11% 0.75% -
XYZ 44.58 43.28 53.02 -
YUV 177.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 190 170 187 0 0.11 0.02 0.25 309 0.13 0.71
Hex BE AA BB 0 B 2 19 135 D 47
Octal 276 252 273 0 13 2 31 465 15 107
Binary 10111110 10101010 10111011 0 1011 10 11001 100110101 1101 1000111

Color Harmonies of #BEAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAABB

Black with #BEAABB

Text Example


Text Example

White with #BEAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAABB; }

 p { color: rgb(190,170,187); }

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

background-color css

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

 a { background-color: rgb(190,170,187); }

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

border-color css

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

 span { border-color: rgb(190,170,187); }

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