#BCAB88

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

Shades of Pavlova #BCAB88

Tints of Pavlova #BCAB88

Color information

#BCAB88 (or 0xBCAB88) is unknown color: approx Pavlova. HEX triplet: BC, AB and 88. RGB value is (188,171,136). Sum of RGB (Red+Green+Blue) = 188+171+136=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB88 is #435477. Grayscale: #ACACAC. Windows color (decimal): -4412536 or 8956860. OLE color: 8956860.

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

Color convert

RGB188171136-
CMYK00.090.280.26
HSL40.38º27.96%63.53%-
HSV(B)40.38º27.66%73.73%-
XYZ39.7541.5929.23-
YUV172.09107.63139.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=37.98%
G=34.55%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817113600.090.280.2640.3827.9663.53
HexBCAB88091C1A281c40
Octal27425321001134325034100
Binary101111001010101110001000010011110011010101000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB88; }

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

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

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

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

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

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

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

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