#BAAD9B

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

Shades of Akaroa #BAAD9B

Tints of Akaroa #BAAD9B

Color information

#BAAD9B (or 0xBAAD9B) is unknown color: approx Akaroa. HEX triplet: BA, AD and 9B. RGB value is (186,173,155). Sum of RGB (Red+Green+Blue) = 186+173+155=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD9B is #455264. Grayscale: #AEAEAE. Windows color (decimal): -4543077 or 10202554. OLE color: 10202554.

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

Color convert

RGB186173155-
CMYK00.070.170.27
HSL34.84º18.34%66.86%-
HSV(B)34.84º16.67%72.94%-
XYZ41.1142.6937.08-
YUV174.83116.81135.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=36.19%
G=33.66%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617315500.070.170.2734.8418.3466.86
HexBAAD9B07111B231243
Octal2722552330721334322103
Binary10111010101011011001101101111000111011100011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD9B; }

 p { color: rgb(186,173,155); }

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

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

 a { background-color: rgb(186,173,155); }

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

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

 span { border-color: rgb(186,173,155); }

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