#BCAA8E

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

Shades of Pavlova #BCAA8E

Tints of Pavlova #BCAA8E

Color information

#BCAA8E (or 0xBCAA8E) is unknown color: approx Pavlova. HEX triplet: BC, AA and 8E. RGB value is (188,170,142). Sum of RGB (Red+Green+Blue) = 188+170+142=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA8E is #435571. Grayscale: #ACACAC. Windows color (decimal): -4412786 or 9349820. OLE color: 9349820.

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

Color convert

RGB188170142-
CMYK00.100.240.26
HSL36.52º25.56%64.71%-
HSV(B)36.52º24.47%73.73%-
XYZ4041.3931.47-
YUV172.19110.96139.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=37.6%
G=34%
B=28.4%

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
Decimal18817014200.100.240.2636.5225.5664.71
HexBCAA8E0A181A251a41
Octal27425221601230324532101
Binary101111001010101010001110010101100011010100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAA8E; }

 p { color: rgb(188,170,142); }

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

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

 a { background-color: rgb(188,170,142); }

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

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

 span { border-color: rgb(188,170,142); }

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