#BBAB96

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

Shades of Akaroa #BBAB96

Tints of Akaroa #BBAB96

Color information

#BBAB96 (or 0xBBAB96) is unknown color: approx Akaroa. HEX triplet: BB, AB and 96. RGB value is (187,171,150). Sum of RGB (Red+Green+Blue) = 187+171+150=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB96 is #445469. Grayscale: #ADADAD. Windows color (decimal): -4478058 or 9874363. OLE color: 9874363.

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

Color convert

RGB187171150-
CMYK00.090.200.27
HSL34.05º21.39%66.08%-
HSV(B)34.05º19.79%73.33%-
XYZ40.5641.8934.8-
YUV173.39114.8137.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=36.81%
G=33.66%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717115000.090.200.2734.0521.3966.08
HexBBAB9609141B221542
Octal27325322601124334225102
Binary101110111010101110010110010011010011011100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB96; }

 p { color: rgb(187,171,150); }

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

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

 a { background-color: rgb(187,171,150); }

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

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

 span { border-color: rgb(187,171,150); }

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