#BDAD8C

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

Shades of Pavlova #BDAD8C

Tints of Pavlova #BDAD8C

Color information

#BDAD8C (or 0xBDAD8C) is unknown color: approx Pavlova. HEX triplet: BD, AD and 8C. RGB value is (189,173,140). Sum of RGB (Red+Green+Blue) = 189+173+140=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD8C is #425273. Grayscale: #AEAEAE. Windows color (decimal): -4346484 or 9219517. OLE color: 9219517.

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

Color convert

RGB189173140-
CMYK00.080.260.26
HSL40.41º27.07%64.51%-
HSV(B)40.41º25.93%74.12%-
XYZ40.6642.630.89-
YUV174.02108.8138.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=37.65%
G=34.46%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917314000.080.260.2640.4127.0764.51
HexBDAD8C081A1A281b41
Octal27525521401032325033101
Binary101111011010110110001100010001101011010101000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD8C; }

 p { color: rgb(189,173,140); }

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

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

 a { background-color: rgb(189,173,140); }

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

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

 span { border-color: rgb(189,173,140); }

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