#BCA990

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

Shades of Pavlova #BCA990

Tints of Pavlova #BCA990

Color information

#BCA990 (or 0xBCA990) is unknown color: approx Pavlova. HEX triplet: BC, A9 and 90. RGB value is (188,169,144). Sum of RGB (Red+Green+Blue) = 188+169+144=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA990 is #43566F. Grayscale: #ABABAB. Windows color (decimal): -4413040 or 9480636. OLE color: 9480636.

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

Color convert

RGB188169144-
CMYK00.100.230.26
HSL34.09º24.72%65.1%-
HSV(B)34.09º23.4%73.73%-
XYZ39.9641.0832.21-
YUV171.83112.29139.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=37.52%
G=33.73%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816914400.100.230.2634.0924.7265.1
HexBCA9900A171A221941
Octal27425122001227324231101
Binary101111001010100110010000010101011111010100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA990; }

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

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

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

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

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

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

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

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