Html Css Color HEX #BBAEAB Martini

📋 copy color: '#BBAEAB'

red 187 ◦ green 174 ◦ blue 171

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

Shades of Martini #BBAEAB

Tints of Martini #BBAEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 35.15%
G = 32.71%
B = 32.14%

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

#BBAEAB (or 0xBBAEAB) is known color: Martini. HEX triplet: BB, AE and AB. RGB value is (187,174,171). Sum of RGB (Red+Green+Blue) = 187+174+171=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEAB is #445154. Grayscale: #B1B1B1. Windows color (decimal): -4477269 or 11251387. OLE color: 11251387.

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

Color convert

RGB 187 174 171 -
CMYK 0 0.07 0.09 0.27
HSL 11.25º 0.11% 0.7% -
HSV(B) 11.25º 0.09% 0.73% -
XYZ 42.98 43.78 44.71 -
YUV 177.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 187 174 171 0 0.07 0.09 0.27 11.25 0.11 0.7
Hex BB AE AB 0 7 9 1B B B 46
Octal 273 256 253 0 7 11 33 13 13 106
Binary 10111011 10101110 10101011 0 111 1001 11011 1011 1011 1000110

Color Harmonies of #BBAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEAB

Black with #BBAEAB

Text Example


Text Example

White with #BBAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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