Html Css Color HEX #BBAAB7 Maverick

📋 copy color: '#BBAAB7'

red 187 ◦ green 170 ◦ blue 183

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

Shades of Maverick #BBAAB7

Tints of Maverick #BBAAB7

RGB

 RED value IS 187 (73.44% from 255) = 34.63%

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

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

R = 34.63%
G = 31.48%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BBAAB7 (or 0xBBAAB7) is known color: Maverick. HEX triplet: BB, AA and B7. RGB value is (187,170,183). Sum of RGB (Red+Green+Blue) = 187+170+183=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAB7 is #445548. Grayscale: #B0B0B0. Windows color (decimal): -4478281 or 12036795. OLE color: 12036795.

HSL color Cylindrical-coordinate representation of color #BBAAB7: hue angle of 314.12º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBAAB7 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 183 -
CMYK 0 0.09 0.02 0.27
HSL 314.12º 0.11% 0.7% -
HSV(B) 314.12º 0.09% 0.73% -
XYZ 43.42 42.73 50.76 -
YUV 176.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 187 170 183 0 0.09 0.02 0.27 314.12 0.11 0.7
Hex BB AA B7 0 9 2 1B 13A B 46
Octal 273 252 267 0 11 2 33 472 13 106
Binary 10111011 10101010 10110111 0 1001 10 11011 100111010 1011 1000110

Color Harmonies of #BBAAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAB7

Black with #BBAAB7

Text Example


Text Example

White with #BBAAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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