Html Css Color HEX #BBAEAA Martini

📋 copy color: '#BBAEAA'

red 187 ◦ green 174 ◦ blue 170

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

Shades of Martini #BBAEAA

Tints of Martini #BBAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.02%

R = 35.22%
G = 32.77%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BBAEAA (or 0xBBAEAA) is known color: Martini. HEX triplet: BB, AE and AA. RGB value is (187,174,170). Sum of RGB (Red+Green+Blue) = 187+174+170=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEAA is #445155. Grayscale: #B1B1B1. Windows color (decimal): -4477270 or 11185851. OLE color: 11185851.

HSL color Cylindrical-coordinate representation of color #BBAEAA: hue angle of 14.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 #BBAEAA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 170 -
CMYK 0 0.07 0.09 0.27
HSL 14.12º 0.11% 0.7% -
HSV(B) 14.12º 0.09% 0.73% -
XYZ 42.89 43.74 44.21 -
YUV 177.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 187 174 170 0 0.07 0.09 0.27 14.12 0.11 0.7
Hex BB AE AA 0 7 9 1B E B 46
Octal 273 256 252 0 7 11 33 16 13 106
Binary 10111011 10101110 10101010 0 111 1001 11011 1110 1011 1000110

Color Harmonies of #BBAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEAA

Black with #BBAEAA

Text Example


Text Example

White with #BBAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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