#BCA890

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

Shades of Pavlova #BCA890

Tints of Pavlova #BCA890

Color information

#BCA890 (or 0xBCA890) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 90. RGB value is (188,168,144). Sum of RGB (Red+Green+Blue) = 188+168+144=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA890 is #43576F. Grayscale: #ABABAB. Windows color (decimal): -4413296 or 9480380. OLE color: 9480380.

HSL color Cylindrical-coordinate representation of color #BCA890: hue angle of 32.73º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA890 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188168144-
CMYK00.110.230.26
HSL32.73º24.72%65.1%-
HSV(B)32.73º23.4%73.73%-
XYZ39.7840.7132.15-
YUV171.24112.63139.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=37.6%
G=33.6%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816814400.110.230.2632.7324.7265.1
HexBCA8900B171A211941
Octal27425022001327324131101
Binary101111001010100010010000010111011111010100001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA890; }

 p { color: rgb(188,168,144); }

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

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

 a { background-color: rgb(188,168,144); }

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

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

 span { border-color: rgb(188,168,144); }

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