#BBAE97

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

Shades of Akaroa #BBAE97

Tints of Akaroa #BBAE97

Color information

#BBAE97 (or 0xBBAE97) is unknown color: approx Akaroa. HEX triplet: BB, AE and 97. RGB value is (187,174,151). Sum of RGB (Red+Green+Blue) = 187+174+151=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE97 is #445168. Grayscale: #AFAFAF. Windows color (decimal): -4477289 or 9940667. OLE color: 9940667.

HSL color Cylindrical-coordinate representation of color #BBAE97: hue angle of 38.33º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAE97 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187174151-
CMYK00.070.190.27
HSL38.33º20.93%66.27%-
HSV(B)38.33º19.25%73.33%-
XYZ41.2243.0735.42-
YUV175.26114.31136.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 151 (59.38% from 255) = 29.49%
R=36.52%
G=33.98%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717415100.070.190.2738.3320.9366.27
HexBBAE9707131B261542
Octal2732562270723334625102
Binary10111011101011101001011101111001111011100110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE97; }

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

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

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

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

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

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

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

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