#BDAE90

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

Shades of Pavlova #BDAE90

Tints of Pavlova #BDAE90

Color information

#BDAE90 (or 0xBDAE90) is unknown color: approx Pavlova. HEX triplet: BD, AE and 90. RGB value is (189,174,144). Sum of RGB (Red+Green+Blue) = 189+174+144=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAE90 is #42516F. Grayscale: #AFAFAF. Windows color (decimal): -4346224 or 9481917. OLE color: 9481917.

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

Color convert

RGB189174144-
CMYK00.080.240.26
HSL40º25.42%65.29%-
HSV(B)40º23.81%74.12%-
XYZ41.1643.132.54-
YUV175.06110.47137.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=37.28%
G=34.32%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917414400.080.240.264025.4265.29
HexBDAE9008181A281941
Octal27525622001030325031101
Binary101111011010111010010000010001100011010101000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE90; }

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

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

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

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

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

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

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

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