#BCAD8C

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

Shades of Pavlova #BCAD8C

Tints of Pavlova #BCAD8C

Color information

#BCAD8C (or 0xBCAD8C) is unknown color: approx Pavlova. HEX triplet: BC, AD and 8C. RGB value is (188,173,140). Sum of RGB (Red+Green+Blue) = 188+173+140=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD8C is #435273. Grayscale: #ADADAD. Windows color (decimal): -4412020 or 9219516. OLE color: 9219516.

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

Color convert

RGB188173140-
CMYK00.080.260.26
HSL41.25º26.37%64.31%-
HSV(B)41.25º25.53%73.73%-
XYZ40.4242.4730.88-
YUV173.72108.97138.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 140 (55.08% from 255) = 27.94%
R=37.52%
G=34.53%
B=27.94%

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
Decimal18817314000.080.260.2641.2526.3764.31
HexBCAD8C081A1A291a40
Octal27425521401032325132100
Binary101111001010110110001100010001101011010101001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD8C; }

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

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

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

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

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

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

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

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