#BCA988

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

Shades of Pavlova #BCA988

Tints of Pavlova #BCA988

Color information

#BCA988 (or 0xBCA988) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 88. RGB value is (188,169,136). Sum of RGB (Red+Green+Blue) = 188+169+136=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA988 is #435677. Grayscale: #ABABAB. Windows color (decimal): -4413048 or 8956348. OLE color: 8956348.

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

Color convert

RGB188169136-
CMYK00.100.280.26
HSL38.08º27.96%63.53%-
HSV(B)38.08º27.66%73.73%-
XYZ39.3740.8429.1-
YUV170.92108.29140.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 169 (66.41% from 255) = 34.28%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=38.13%
G=34.28%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816913600.100.280.2638.0827.9663.53
HexBCA9880A1C1A261c40
Octal27425121001234324634100
Binary101111001010100110001000010101110011010100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA988; }

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

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

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

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

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

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

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

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