#BDAE99

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

Shades of Akaroa #BDAE99

Tints of Akaroa #BDAE99

Color information

#BDAE99 (or 0xBDAE99) is unknown color: approx Akaroa. HEX triplet: BD, AE and 99. RGB value is (189,174,153). Sum of RGB (Red+Green+Blue) = 189+174+153=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE99 is #425166. Grayscale: #B0B0B0. Windows color (decimal): -4346215 or 10071741. OLE color: 10071741.

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

Color convert

RGB189174153-
CMYK00.080.190.26
HSL35º21.43%67.06%-
HSV(B)35º19.05%74.12%-
XYZ41.8743.3936.31-
YUV176.09114.97137.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 153 (60.16% from 255) = 29.65%
R=36.63%
G=33.72%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917415300.080.190.263521.4367.06
HexBDAE9908131A231543
Octal27525623101023324325103
Binary101111011010111010011001010001001111010100011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE99; }

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

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

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

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

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

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

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

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