#BCAD8A

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

Shades of Pavlova #BCAD8A

Tints of Pavlova #BCAD8A

Color information

#BCAD8A (or 0xBCAD8A) is unknown color: approx Pavlova. HEX triplet: BC, AD and 8A. RGB value is (188,173,138). Sum of RGB (Red+Green+Blue) = 188+173+138=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD8A is #435275. Grayscale: #ADADAD. Windows color (decimal): -4412022 or 9088444. OLE color: 9088444.

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

Color convert

RGB188173138-
CMYK00.080.270.26
HSL42º27.17%63.92%-
HSV(B)42º26.6%73.73%-
XYZ40.2742.4130.11-
YUV173.49107.97138.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=37.68%
G=34.67%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817313800.080.270.264227.1763.92
HexBCAD8A081B1A2a1b40
Octal27425521201033325233100
Binary101111001010110110001010010001101111010101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD8A; }

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

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

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

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

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

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

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

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