#BFF8AF

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

Shades of Madang #BFF8AF

Tints of Madang #BFF8AF

Color information

#BFF8AF (or 0xBFF8AF) is unknown color: approx Madang. HEX triplet: BF, F8 and AF. RGB value is (191,248,175). Sum of RGB (Red+Green+Blue) = 191+248+175=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF8AF is #400750. Grayscale: #DEDEDE. Windows color (decimal): -4196177 or 11532479. OLE color: 11532479.

HSL color Cylindrical-coordinate representation of color #BFF8AF: hue angle of 106.85º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BFF8AF is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB191248175-
CMYK0.2300.290.03
HSL106.85º83.91%82.94%-
HSV(B)106.85º29.44%97.25%-
XYZ62.7981.3152.94-
YUV222.64101.12105.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 248 (97.27% from 255) = 40.39%
BLUE value IS 175 (68.75% from 255) = 28.50%
R=31.11%
G=40.39%
B=28.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1912481750.2300.290.03106.8583.9182.94
HexBFF8AF1701D36b5453
Octal277370257270353153124123
Binary1011111111111000101011111011101110111110101110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF8AF; }

 p { color: rgb(191,248,175); }

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

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

 a { background-color: rgb(191,248,175); }

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

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

 span { border-color: rgb(191,248,175); }

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