#BAAF9B

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

Shades of Akaroa #BAAF9B

Tints of Akaroa #BAAF9B

Color information

#BAAF9B (or 0xBAAF9B) is unknown color: approx Akaroa. HEX triplet: BA, AF and 9B. RGB value is (186,175,155). Sum of RGB (Red+Green+Blue) = 186+175+155=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAF9B is #455064. Grayscale: #B0B0B0. Windows color (decimal): -4542565 or 10203066. OLE color: 10203066.

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

Color convert

RGB186175155-
CMYK00.060.170.27
HSL38.71º18.34%66.86%-
HSV(B)38.71º16.67%72.94%-
XYZ41.543.4737.21-
YUV176.01116.14135.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=36.05%
G=33.91%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617515500.060.170.2738.7118.3466.86
HexBAAF9B06111B271243
Octal2722572330621334722103
Binary10111010101011111001101101101000111011100111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAF9B; }

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

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

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

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

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

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

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

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