#BCAE8E

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

Shades of Pavlova #BCAE8E

Tints of Pavlova #BCAE8E

Color information

#BCAE8E (or 0xBCAE8E) is unknown color: approx Pavlova. HEX triplet: BC, AE and 8E. RGB value is (188,174,142). Sum of RGB (Red+Green+Blue) = 188+174+142=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE8E is #435171. Grayscale: #AEAEAE. Windows color (decimal): -4411762 or 9350844. OLE color: 9350844.

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

Color convert

RGB188174142-
CMYK00.070.240.26
HSL41.74º25.56%64.71%-
HSV(B)41.74º24.47%73.73%-
XYZ40.7642.9231.73-
YUV174.54109.64137.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=37.30%
G=34.52%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817414200.070.240.2641.7425.5664.71
HexBCAE8E07181A2a1a41
Octal2742562160730325232101
Binary10111100101011101000111001111100011010101010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE8E; }

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

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

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

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

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

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

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

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