#BBAA8E

Color #BBAA8E Pavlova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pavlova #BBAA8E

Tints of Pavlova #BBAA8E

Color information

#BBAA8E (or 0xBBAA8E) is unknown color: approx Pavlova. HEX triplet: BB, AA and 8E. RGB value is (187,170,142). Sum of RGB (Red+Green+Blue) = 187+170+142=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA8E is #445571. Grayscale: #ACACAC. Windows color (decimal): -4478322 or 9349819. OLE color: 9349819.

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

Color convert

RGB187170142-
CMYK00.090.240.27
HSL37.33º24.86%64.51%-
HSV(B)37.33º24.06%73.33%-
XYZ39.7541.2731.46-
YUV171.89111.13138.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=37.47%
G=34.07%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717014200.090.240.2737.3324.8664.51
HexBBAA8E09181B251941
Octal27325221601130334531101
Binary101110111010101010001110010011100011011100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAA8E; }

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

 H1.HeaderClassName
 {
   color: #BBAA8E;
 }
 .AnyTagClassName
 {
   color: #BBAA8E;
 }
</style>
background-color css

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

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

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

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

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

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