#BDAE96

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

Shades of Akaroa #BDAE96

Tints of Akaroa #BDAE96

Color information

#BDAE96 (or 0xBDAE96) is unknown color: approx Akaroa. HEX triplet: BD, AE and 96. RGB value is (189,174,150). Sum of RGB (Red+Green+Blue) = 189+174+150=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE96 is #425169. Grayscale: #AFAFAF. Windows color (decimal): -4346218 or 9875133. OLE color: 9875133.

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

Color convert

RGB189174150-
CMYK00.080.210.26
HSL36.92º22.81%66.47%-
HSV(B)36.92º20.63%74.12%-
XYZ41.6343.2935.02-
YUV175.75113.47137.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=36.84%
G=33.92%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917415000.080.210.2636.9222.8166.47
HexBDAE9608151A251742
Octal27525622601025324527102
Binary101111011010111010010110010001010111010100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE96; }

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

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

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

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

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

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

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

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