#BBAC99

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

Shades of Akaroa #BBAC99

Tints of Akaroa #BBAC99

Color information

#BBAC99 (or 0xBBAC99) is unknown color: approx Akaroa. HEX triplet: BB, AC and 99. RGB value is (187,172,153). Sum of RGB (Red+Green+Blue) = 187+172+153=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC99 is #445366. Grayscale: #AEAEAE. Windows color (decimal): -4477799 or 10071227. OLE color: 10071227.

HSL color Cylindrical-coordinate representation of color #BBAC99: hue angle of 33.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAC99 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB187172153-
CMYK00.080.180.27
HSL33.53º20%66.67%-
HSV(B)33.53º18.18%73.33%-
XYZ4142.3736.15-
YUV174.32115.97137.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 153 (60.16% from 255) = 29.88%
R=36.52%
G=33.59%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717215300.080.180.2733.532066.67
HexBBAC9908121B221443
Octal27325423101022334224103
Binary101110111010110010011001010001001011011100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC99; }

 p { color: rgb(187,172,153); }

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

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

 a { background-color: rgb(187,172,153); }

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

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

 span { border-color: rgb(187,172,153); }

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