#BCA888

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

Shades of Pavlova #BCA888

Tints of Pavlova #BCA888

Color information

#BCA888 (or 0xBCA888) is unknown color: approx Pavlova. HEX triplet: BC, A8 and 88. RGB value is (188,168,136). Sum of RGB (Red+Green+Blue) = 188+168+136=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA888 is #435777. Grayscale: #AAAAAA. Windows color (decimal): -4413304 or 8956092. OLE color: 8956092.

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

Color convert

RGB188168136-
CMYK00.110.280.26
HSL36.92º27.96%63.53%-
HSV(B)36.92º27.66%73.73%-
XYZ39.1940.4729.04-
YUV170.33108.63140.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 168 (66.02% from 255) = 34.15%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=38.21%
G=34.15%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816813600.110.280.2636.9227.9663.53
HexBCA8880B1C1A251c40
Octal27425021001334324534100
Binary101111001010100010001000010111110011010100101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA888; }

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

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

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

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

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

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

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

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