#BCAE8C

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

Shades of Pavlova #BCAE8C

Tints of Pavlova #BCAE8C

Color information

#BCAE8C (or 0xBCAE8C) is unknown color: approx Pavlova. HEX triplet: BC, AE and 8C. RGB value is (188,174,140). Sum of RGB (Red+Green+Blue) = 188+174+140=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE8C is #435173. Grayscale: #AEAEAE. Windows color (decimal): -4411764 or 9219772. OLE color: 9219772.

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

Color convert

RGB188174140-
CMYK00.070.260.26
HSL42.5º26.37%64.31%-
HSV(B)42.5º25.53%73.73%-
XYZ40.6142.8630.94-
YUV174.31108.64137.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=37.45%
G=34.66%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817414000.070.260.2642.526.3764.31
HexBCAE8C071A1A2b1a40
Octal2742562140732325332100
Binary10111100101011101000110001111101011010101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAE8C; }

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

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

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

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

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

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

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

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