#BDAE97

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

Shades of Akaroa #BDAE97

Tints of Akaroa #BDAE97

Color information

#BDAE97 (or 0xBDAE97) is unknown color: approx Akaroa. HEX triplet: BD, AE and 97. RGB value is (189,174,151). Sum of RGB (Red+Green+Blue) = 189+174+151=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE97 is #425168. Grayscale: #AFAFAF. Windows color (decimal): -4346217 or 9940669. OLE color: 9940669.

HSL color Cylindrical-coordinate representation of color #BDAE97: hue angle of 36.32º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDAE97 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189174151-
CMYK00.080.200.26
HSL36.32º22.35%66.67%-
HSV(B)36.32º20.11%74.12%-
XYZ41.7143.3335.44-
YUV175.86113.97137.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=36.77%
G=33.85%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917415100.080.200.2636.3222.3566.67
HexBDAE9708141A241643
Octal27525622701024324426103
Binary101111011010111010010111010001010011010100100101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE97; }

 p { color: rgb(189,174,151); }

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

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

 a { background-color: rgb(189,174,151); }

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

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

 span { border-color: rgb(189,174,151); }

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