#BFECAB

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

Shades of Madang #BFECAB

Tints of Madang #BFECAB

Color information

#BFECAB (or 0xBFECAB) is unknown color: approx Madang. HEX triplet: BF, EC and AB. RGB value is (191,236,171). Sum of RGB (Red+Green+Blue) = 191+236+171=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #BFECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFECAB is #401354. Grayscale: #D7D7D7. Windows color (decimal): -4199253 or 11267263. OLE color: 11267263.

HSL color Cylindrical-coordinate representation of color #BFECAB: hue angle of 101.54º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFECAB is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB191236171-
CMYK0.1900.280.07
HSL101.54º63.11%79.8%-
HSV(B)101.54º27.54%92.55%-
XYZ58.8374.0149.71-
YUV215.13103.09110.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 236 (92.58% from 255) = 39.46%
BLUE value IS 171 (67.19% from 255) = 28.60%
R=31.94%
G=39.46%
B=28.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912361710.1900.280.07101.5463.1179.8
HexBFECAB1301C7663f50
Octal27735425323034714677120
Binary1011111111101100101010111001101110011111001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECAB; }

 p { color: rgb(191,236,171); }

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

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

 a { background-color: rgb(191,236,171); }

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

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

 span { border-color: rgb(191,236,171); }

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