Html Css Color HEX #BBAEA8 Martini

📋 copy color: '#BBAEA8'

red 187 ◦ green 174 ◦ blue 168

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

Shades of Martini #BBAEA8

Tints of Martini #BBAEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 35.35%
G = 32.89%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BBAEA8 (or 0xBBAEA8) is known color: Martini. HEX triplet: BB, AE and A8. RGB value is (187,174,168). Sum of RGB (Red+Green+Blue) = 187+174+168=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAEA8 is #445157. Grayscale: #B1B1B1. Windows color (decimal): -4477272 or 11054779. OLE color: 11054779.

HSL color Cylindrical-coordinate representation of color #BBAEA8: hue angle of 18.95º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBAEA8 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 168 -
CMYK 0 0.07 0.10 0.27
HSL 18.95º 0.12% 0.7% -
HSV(B) 18.95º 0.1% 0.73% -
XYZ 42.7 43.66 43.22 -
YUV 177.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 187 174 168 0 0.07 0.10 0.27 18.95 0.12 0.7
Hex BB AE A8 0 7 A 1B 13 C 46
Octal 273 256 250 0 7 12 33 23 14 106
Binary 10111011 10101110 10101000 0 111 1010 11011 10011 1100 1000110

Color Harmonies of #BBAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAEA8

Black with #BBAEA8

Text Example


Text Example

White with #BBAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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