Html Css Color HEX #BAAEB7 Maverick

📋 copy color: '#BAAEB7'

red 186 ◦ green 174 ◦ blue 183

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

Shades of Maverick #BAAEB7

Tints of Maverick #BAAEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 34.25%
G = 32.04%
B = 33.7%

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

#BAAEB7 (or 0xBAAEB7) is known color: Maverick. HEX triplet: BA, AE and B7. RGB value is (186,174,183). Sum of RGB (Red+Green+Blue) = 186+174+183=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEB7 is #455148. Grayscale: #B2B2B2. Windows color (decimal): -4542793 or 12037818. OLE color: 12037818.

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

Color convert

RGB 186 174 183 -
CMYK 0 0.06 0.02 0.27
HSL 315º 0.08% 0.71% -
HSV(B) 315º 0.06% 0.73% -
XYZ 43.93 44.13 51 -
YUV 178.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 186 174 183 0 0.06 0.02 0.27 315 0.08 0.71
Hex BA AE B7 0 6 2 1B 13B 8 47
Octal 272 256 267 0 6 2 33 473 10 107
Binary 10111010 10101110 10110111 0 110 10 11011 100111011 1000 1000111

Color Harmonies of #BAAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAEB7

Black with #BAAEB7

Text Example


Text Example

White with #BAAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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