#BAB198

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

Shades of Akaroa #BAB198

Tints of Akaroa #BAB198

Color information

#BAB198 (or 0xBAB198) is unknown color: approx Akaroa. HEX triplet: BA, B1 and 98. RGB value is (186,177,152). Sum of RGB (Red+Green+Blue) = 186+177+152=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB198 is #454E67. Grayscale: #B0B0B0. Windows color (decimal): -4542056 or 10006970. OLE color: 10006970.

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

Color convert

RGB186177152-
CMYK00.050.180.27
HSL44.12º19.77%66.27%-
HSV(B)44.12º18.28%72.94%-
XYZ41.6444.1536.03-
YUV176.84113.98134.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 152 (59.77% from 255) = 29.51%
R=36.12%
G=34.37%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617715200.050.180.2744.1219.7766.27
HexBAB19805121B2c1442
Octal2722612300522335424102
Binary10111010101100011001100001011001011011101100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB198; }

 p { color: rgb(186,177,152); }

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

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

 a { background-color: rgb(186,177,152); }

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

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

 span { border-color: rgb(186,177,152); }

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