#BBAC93

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

Shades of Akaroa #BBAC93

Tints of Akaroa #BBAC93

Color information

#BBAC93 (or 0xBBAC93) is unknown color: approx Akaroa. HEX triplet: BB, AC and 93. RGB value is (187,172,147). Sum of RGB (Red+Green+Blue) = 187+172+147=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC93 is #44536C. Grayscale: #ADADAD. Windows color (decimal): -4477805 or 9678011. OLE color: 9678011.

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

Color convert

RGB187172147-
CMYK00.080.210.27
HSL37.5º22.73%65.49%-
HSV(B)37.5º21.39%73.33%-
XYZ40.5142.1833.61-
YUV173.64112.97137.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=36.96%
G=33.99%
B=29.05%

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
Decimal18717214700.080.210.2737.522.7365.49
HexBBAC9308151B261741
Octal27325422301025334627101
Binary101110111010110010010011010001010111011100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC93; }

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

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

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

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

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

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

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

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