#BDAE94

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

Shades of Akaroa #BDAE94

Tints of Akaroa #BDAE94

Color information

#BDAE94 (or 0xBDAE94) is unknown color: approx Akaroa. HEX triplet: BD, AE and 94. RGB value is (189,174,148). Sum of RGB (Red+Green+Blue) = 189+174+148=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE94 is #42516B. Grayscale: #AFAFAF. Windows color (decimal): -4346220 or 9744061. OLE color: 9744061.

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

Color convert

RGB189174148-
CMYK00.080.220.26
HSL38.05º23.7%66.08%-
HSV(B)38.05º21.69%74.12%-
XYZ41.4743.2334.18-
YUV175.52112.47137.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=36.99%
G=34.05%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917414800.080.220.2638.0523.766.08
HexBDAE9408161A261842
Octal27525622401026324630102
Binary101111011010111010010100010001011011010100110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE94; }

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

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

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

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

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

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

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

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