#BCA984

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

Shades of Pavlova #BCA984

Tints of Pavlova #BCA984

Color information

#BCA984 (or 0xBCA984) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 84. RGB value is (188,169,132). Sum of RGB (Red+Green+Blue) = 188+169+132=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA984 is #43567B. Grayscale: #AAAAAA. Windows color (decimal): -4413052 or 8694204. OLE color: 8694204.

HSL color Cylindrical-coordinate representation of color #BCA984: hue angle of 39.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCA984 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB188169132-
CMYK00.100.300.26
HSL39.64º29.47%62.75%-
HSV(B)39.64º29.79%73.73%-
XYZ39.0940.7327.63-
YUV170.46106.29140.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=38.45%
G=34.56%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816913200.100.300.2639.6429.4762.75
HexBCA9840A1E1A281d3f
Octal2742512040123632503577
Binary10111100101010011000010001010111101101010100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA984; }

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

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

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

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

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

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

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

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