#BBAD96

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

Shades of Akaroa #BBAD96

Tints of Akaroa #BBAD96

Color information

#BBAD96 (or 0xBBAD96) is unknown color: approx Akaroa. HEX triplet: BB, AD and 96. RGB value is (187,173,150). Sum of RGB (Red+Green+Blue) = 187+173+150=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD96 is #445269. Grayscale: #AEAEAE. Windows color (decimal): -4477546 or 9874875. OLE color: 9874875.

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

Color convert

RGB187173150-
CMYK00.070.200.27
HSL37.3º21.39%66.08%-
HSV(B)37.3º19.79%73.33%-
XYZ40.9442.6534.93-
YUV174.56114.14136.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=36.67%
G=33.92%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717315000.070.200.2737.321.3966.08
HexBBAD9607141B251542
Octal2732552260724334525102
Binary10111011101011011001011001111010011011100101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD96; }

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

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

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

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

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

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

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

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