Html Css Color HEX #BBAEB9 Maverick

📋 copy color: '#BBAEB9'

red 187 ◦ green 174 ◦ blue 185

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

Shades of Maverick #BBAEB9

Tints of Maverick #BBAEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.88%

R = 34.25%
G = 31.87%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BBAEB9 (or 0xBBAEB9) is known color: Maverick. HEX triplet: BB, AE and B9. RGB value is (187,174,185). Sum of RGB (Red+Green+Blue) = 187+174+185=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB9 is #445146. Grayscale: #B3B3B3. Windows color (decimal): -4477255 or 12168891. OLE color: 12168891.

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

Color convert

RGB 187 174 185 -
CMYK 0 0.07 0.01 0.27
HSL 309.23º 0.09% 0.71% -
HSV(B) 309.23º 0.07% 0.73% -
XYZ 44.39 44.34 52.12 -
YUV 179.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 187 174 185 0 0.07 0.01 0.27 309.23 0.09 0.71
Hex BB AE B9 0 7 1 1B 135 9 47
Octal 273 256 271 0 7 1 33 465 11 107
Binary 10111011 10101110 10111001 0 111 1 11011 100110101 1001 1000111

Color Harmonies of #BBAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEB9

Black with #BBAEB9

Text Example


Text Example

White with #BBAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEB9; }

 p { color: rgb(187,174,185); }

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

background-color css

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

 a { background-color: rgb(187,174,185); }

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

border-color css

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

 span { border-color: rgb(187,174,185); }

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