Html Css Color HEX #BAAEB6 Maverick

📋 copy color: '#BAAEB6'

red 186 ◦ green 174 ◦ blue 182

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

Shades of Maverick #BAAEB6

Tints of Maverick #BAAEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 34.32%
G = 32.1%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BAAEB6 (or 0xBAAEB6) is known color: Maverick. HEX triplet: BA, AE and B6. RGB value is (186,174,182). Sum of RGB (Red+Green+Blue) = 186+174+182=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB6 is #455149. Grayscale: #B2B2B2. Windows color (decimal): -4542794 or 11972282. OLE color: 11972282.

HSL color Cylindrical-coordinate representation of color #BAAEB6: hue angle of 320º 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 #BAAEB6 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 174 182 -
CMYK 0 0.06 0.02 0.27
HSL 320º 0.08% 0.71% -
HSV(B) 320º 0.06% 0.73% -
XYZ 43.83 44.09 50.46 -
YUV 178.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 186 174 182 0 0.06 0.02 0.27 320 0.08 0.71
Hex BA AE B6 0 6 2 1B 140 8 47
Octal 272 256 266 0 6 2 33 500 10 107
Binary 10111010 10101110 10110110 0 110 10 11011 101000000 1000 1000111

Color Harmonies of #BAAEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEB6

Black with #BAAEB6

Text Example


Text Example

White with #BAAEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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