#BCAC90

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

Shades of Pavlova #BCAC90

Tints of Pavlova #BCAC90

Color information

#BCAC90 (or 0xBCAC90) is unknown color: approx Pavlova. HEX triplet: BC, AC and 90. RGB value is (188,172,144). Sum of RGB (Red+Green+Blue) = 188+172+144=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC90 is #43536F. Grayscale: #ADADAD. Windows color (decimal): -4412272 or 9481404. OLE color: 9481404.

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

Color convert

RGB188172144-
CMYK00.090.230.26
HSL38.18º24.72%65.1%-
HSV(B)38.18º23.4%73.73%-
XYZ40.5342.2132.4-
YUV173.59111.3138.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=37.30%
G=34.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817214400.090.230.2638.1824.7265.1
HexBCAC9009171A261941
Octal27425422001127324631101
Binary101111001010110010010000010011011111010100110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC90; }

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

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

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

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

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

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

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

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