#BDAE84

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

Shades of Pavlova #BDAE84

Tints of Pavlova #BDAE84

Color information

#BDAE84 (or 0xBDAE84) is unknown color: approx Pavlova. HEX triplet: BD, AE and 84. RGB value is (189,174,132). Sum of RGB (Red+Green+Blue) = 189+174+132=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE84 is #42517B. Grayscale: #ADADAD. Windows color (decimal): -4346236 or 8695485. OLE color: 8695485.

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

Color convert

RGB189174132-
CMYK00.080.300.26
HSL44.21º30.16%62.94%-
HSV(B)44.21º30.16%74.12%-
XYZ40.2942.7627.96-
YUV173.7104.47138.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 132 (51.95% from 255) = 26.67%
R=38.18%
G=35.15%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917413200.080.300.2644.2130.1662.94
HexBDAE84081E1A2c1e3f
Octal2752562040103632543677
Binary10111101101011101000010001000111101101010110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE84; }

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

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

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

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

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

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

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

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