#BDAE88

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

Shades of Pavlova #BDAE88

Tints of Pavlova #BDAE88

Color information

#BDAE88 (or 0xBDAE88) is unknown color: approx Pavlova. HEX triplet: BD, AE and 88. RGB value is (189,174,136). Sum of RGB (Red+Green+Blue) = 189+174+136=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE88 is #425177. Grayscale: #AEAEAE. Windows color (decimal): -4346232 or 8957629. OLE color: 8957629.

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

Color convert

RGB189174136-
CMYK00.080.280.26
HSL43.02º28.65%63.73%-
HSV(B)43.02º28.04%74.12%-
XYZ40.5742.8729.43-
YUV174.15106.47138.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=37.88%
G=34.87%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917413600.080.280.2643.0228.6563.73
HexBDAE88081C1A2b1d40
Octal27525621001034325335100
Binary101111011010111010001000010001110011010101011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE88; }

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

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

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

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

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

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

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

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