#BDAB8F

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

Shades of Pavlova #BDAB8F

Tints of Pavlova #BDAB8F

Color information

#BDAB8F (or 0xBDAB8F) is unknown color: approx Pavlova. HEX triplet: BD, AB and 8F. RGB value is (189,171,143). Sum of RGB (Red+Green+Blue) = 189+171+143=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB8F is #425470. Grayscale: #ADADAD. Windows color (decimal): -4346993 or 9415613. OLE color: 9415613.

HSL color Cylindrical-coordinate representation of color #BDAB8F: hue angle of 36.52º degrees, saturation: 0.26, 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 #BDAB8F is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB189171143-
CMYK00.100.240.26
HSL36.52º25.84%65.1%-
HSV(B)36.52º24.34%74.12%-
XYZ40.5141.9331.94-
YUV173.19110.96139.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=37.57%
G=34.00%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917114300.100.240.2636.5225.8465.1
HexBDAB8F0A181A251a41
Octal27525321701230324532101
Binary101111011010101110001111010101100011010100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB8F; }

 p { color: rgb(189,171,143); }

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

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

 a { background-color: rgb(189,171,143); }

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

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

 span { border-color: rgb(189,171,143); }

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