#BCAD8E

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

Shades of Pavlova #BCAD8E

Tints of Pavlova #BCAD8E

Color information

#BCAD8E (or 0xBCAD8E) is unknown color: approx Pavlova. HEX triplet: BC, AD and 8E. RGB value is (188,173,142). Sum of RGB (Red+Green+Blue) = 188+173+142=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAD8E is #435271. Grayscale: #AEAEAE. Windows color (decimal): -4412018 or 9350588. OLE color: 9350588.

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

Color convert

RGB188173142-
CMYK00.080.240.26
HSL40.43º25.56%64.71%-
HSV(B)40.43º24.47%73.73%-
XYZ40.5742.5331.66-
YUV173.95109.97138.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 142 (55.86% from 255) = 28.23%
R=37.38%
G=34.39%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817314200.080.240.2640.4325.5664.71
HexBCAD8E08181A281a41
Octal27425521601030325032101
Binary101111001010110110001110010001100011010101000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAD8E; }

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

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

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

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

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

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

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

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