#BDA888

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

Shades of Pavlova #BDA888

Tints of Pavlova #BDA888

Color information

#BDA888 (or 0xBDA888) is unknown color: approx Pavlova. HEX triplet: BD, A8 and 88. RGB value is (189,168,136). Sum of RGB (Red+Green+Blue) = 189+168+136=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA888 is #425777. Grayscale: #AAAAAA. Windows color (decimal): -4347768 or 8956093. OLE color: 8956093.

HSL color Cylindrical-coordinate representation of color #BDA888: hue angle of 36.23º 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 #BDA888 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB189168136-
CMYK00.110.280.26
HSL36.23º28.65%63.73%-
HSV(B)36.23º28.04%74.12%-
XYZ39.4340.629.05-
YUV170.63108.46141.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=38.34%
G=34.08%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916813600.110.280.2636.2328.6563.73
HexBDA8880B1C1A241d40
Octal27525021001334324435100
Binary101111011010100010001000010111110011010100100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA888; }

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

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

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

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

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

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

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

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