Html Css Color HEX #BAAEB8 Maverick

📋 copy color: '#BAAEB8'

red 186 ◦ green 174 ◦ blue 184

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

Shades of Maverick #BAAEB8

Tints of Maverick #BAAEB8

RGB

 RED value IS 186 (73.05% from 255) = 34.19%

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

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

R = 34.19%
G = 31.99%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BAAEB8 (or 0xBAAEB8) is known color: Maverick. HEX triplet: BA, AE and B8. RGB value is (186,174,184). Sum of RGB (Red+Green+Blue) = 186+174+184=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB8 is #455147. Grayscale: #B2B2B2. Windows color (decimal): -4542792 or 12103354. OLE color: 12103354.

HSL color Cylindrical-coordinate representation of color #BAAEB8: hue angle of 310º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BAAEB8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 184 -
CMYK 0 0.06 0.01 0.27
HSL 310º 0.08% 0.71% -
HSV(B) 310º 0.06% 0.73% -
XYZ 44.04 44.17 51.55 -
YUV 178.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 186 174 184 0 0.06 0.01 0.27 310 0.08 0.71
Hex BA AE B8 0 6 1 1B 136 8 47
Octal 272 256 270 0 6 1 33 466 10 107
Binary 10111010 10101110 10111000 0 110 1 11011 100110110 1000 1000111

Color Harmonies of #BAAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEB8

Black with #BAAEB8

Text Example


Text Example

White with #BAAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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