#BDAE8E

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

Shades of Pavlova #BDAE8E

Tints of Pavlova #BDAE8E

Color information

#BDAE8E (or 0xBDAE8E) is unknown color: approx Pavlova. HEX triplet: BD, AE and 8E. RGB value is (189,174,142). Sum of RGB (Red+Green+Blue) = 189+174+142=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE8E is #425171. Grayscale: #AEAEAE. Windows color (decimal): -4346226 or 9350845. OLE color: 9350845.

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

Color convert

RGB189174142-
CMYK00.080.250.26
HSL40.85º26.26%64.9%-
HSV(B)40.85º24.87%74.12%-
XYZ4143.0431.74-
YUV174.84109.47138.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 142 (55.86% from 255) = 28.12%
R=37.43%
G=34.46%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917414200.080.250.2640.8526.2664.9
HexBDAE8E08191A291a41
Octal27525621601031325132101
Binary101111011010111010001110010001100111010101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE8E; }

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

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

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

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

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

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

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

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