#BDAE8A

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

Shades of Pavlova #BDAE8A

Tints of Pavlova #BDAE8A

Color information

#BDAE8A (or 0xBDAE8A) is unknown color: approx Pavlova. HEX triplet: BD, AE and 8A. RGB value is (189,174,138). Sum of RGB (Red+Green+Blue) = 189+174+138=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE8A is #425175. Grayscale: #AEAEAE. Windows color (decimal): -4346230 or 9088701. OLE color: 9088701.

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

Color convert

RGB189174138-
CMYK00.080.270.26
HSL42.35º27.87%64.12%-
HSV(B)42.35º26.98%74.12%-
XYZ40.7142.9330.18-
YUV174.38107.47138.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 138 (54.30% from 255) = 27.54%
R=37.72%
G=34.73%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917413800.080.270.2642.3527.8764.12
HexBDAE8A081B1A2a1c40
Octal27525621201033325234100
Binary101111011010111010001010010001101111010101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE8A; }

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

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

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

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

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

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

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

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