#BCAFAB

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

Shades of Martini #BCAFAB

Tints of Martini #BCAFAB

Color information

#BCAFAB (or 0xBCAFAB) is unknown color: approx Martini. HEX triplet: BC, AF and AB. RGB value is (188,175,171). Sum of RGB (Red+Green+Blue) = 188+175+171=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFAB is #435054. Grayscale: #B2B2B2. Windows color (decimal): -4411477 or 11251644. OLE color: 11251644.

HSL color Cylindrical-coordinate representation of color #BCAFAB: hue angle of 14.12º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCAFAB is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188175171-
CMYK00.070.090.26
HSL14.12º11.26%70.39%-
HSV(B)14.12º9.04%73.73%-
XYZ43.4244.2944.79-
YUV178.43123.81134.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=35.21%
G=32.77%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817517100.070.090.2614.1211.2670.39
HexBCAFAB0791Aeb46
Octal2742572530711321613106
Binary1011110010101111101010110111100111010111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAFAB; }

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

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

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

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

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

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

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

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