#BBAC96

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

Shades of Akaroa #BBAC96

Tints of Akaroa #BBAC96

Color information

#BBAC96 (or 0xBBAC96) is unknown color: approx Akaroa. HEX triplet: BB, AC and 96. RGB value is (187,172,150). Sum of RGB (Red+Green+Blue) = 187+172+150=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC96 is #445369. Grayscale: #AEAEAE. Windows color (decimal): -4477802 or 9874619. OLE color: 9874619.

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

Color convert

RGB187172150-
CMYK00.080.200.27
HSL35.68º21.39%66.08%-
HSV(B)35.68º19.79%73.33%-
XYZ40.7542.2734.87-
YUV173.98114.47137.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=36.74%
G=33.79%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717215000.080.200.2735.6821.3966.08
HexBBAC9608141B241542
Octal27325422601024334425102
Binary101110111010110010010110010001010011011100100101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC96; }

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

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

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

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

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

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

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

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