#BBAE99

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

Shades of Akaroa #BBAE99

Tints of Akaroa #BBAE99

Color information

#BBAE99 (or 0xBBAE99) is unknown color: approx Akaroa. HEX triplet: BB, AE and 99. RGB value is (187,174,153). Sum of RGB (Red+Green+Blue) = 187+174+153=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE99 is #445166. Grayscale: #AFAFAF. Windows color (decimal): -4477287 or 10071739. OLE color: 10071739.

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

Color convert

RGB187174153-
CMYK00.070.180.27
HSL37.06º20%66.67%-
HSV(B)37.06º18.18%73.33%-
XYZ41.3843.1436.28-
YUV175.49115.31136.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 153 (60.16% from 255) = 29.77%
R=36.38%
G=33.85%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717415300.070.180.2737.062066.67
HexBBAE9907121B251443
Octal2732562310722334524103
Binary10111011101011101001100101111001011011100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE99; }

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

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

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

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

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

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

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

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