#BDAE8C

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

Shades of Pavlova #BDAE8C

Tints of Pavlova #BDAE8C

Color information

#BDAE8C (or 0xBDAE8C) is unknown color: approx Pavlova. HEX triplet: BD, AE and 8C. RGB value is (189,174,140). Sum of RGB (Red+Green+Blue) = 189+174+140=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE8C is #425173. Grayscale: #AEAEAE. Windows color (decimal): -4346228 or 9219773. OLE color: 9219773.

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

Color convert

RGB189174140-
CMYK00.080.260.26
HSL41.63º27.07%64.51%-
HSV(B)41.63º25.93%74.12%-
XYZ40.8642.9830.95-
YUV174.61108.47138.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=37.57%
G=34.59%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917414000.080.260.2641.6327.0764.51
HexBDAE8C081A1A2a1b41
Octal27525621401032325233101
Binary101111011010111010001100010001101011010101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE8C; }

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

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

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

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

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

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

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

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