#BBAC94

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

Shades of Akaroa #BBAC94

Tints of Akaroa #BBAC94

Color information

#BBAC94 (or 0xBBAC94) is unknown color: approx Akaroa. HEX triplet: BB, AC and 94. RGB value is (187,172,148). Sum of RGB (Red+Green+Blue) = 187+172+148=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC94 is #44536B. Grayscale: #ADADAD. Windows color (decimal): -4477804 or 9743547. OLE color: 9743547.

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

Color convert

RGB187172148-
CMYK00.080.210.27
HSL36.92º22.29%65.69%-
HSV(B)36.92º20.86%73.33%-
XYZ40.5942.2134.02-
YUV173.75113.47137.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 172 (67.58% from 255) = 33.93%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=36.88%
G=33.93%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717214800.080.210.2736.9222.2965.69
HexBBAC9408151B251642
Octal27325422401025334526102
Binary101110111010110010010100010001010111011100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC94; }

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

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

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

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

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

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

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

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