#BFFEAF

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

Shades of Madang #BFFEAF

Tints of Madang #BFFEAF

Color information

#BFFEAF (or 0xBFFEAF) is unknown color: approx Madang. HEX triplet: BF, FE and AF. RGB value is (191,254,175). Sum of RGB (Red+Green+Blue) = 191+254+175=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEAF is #400150. Grayscale: #E2E2E2. Windows color (decimal): -4194641 or 11534015. OLE color: 11534015.

HSL color Cylindrical-coordinate representation of color #BFFEAF: hue angle of 107.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFFEAF is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB191254175-
CMYK0.2500.310.00
HSL107.85º97.53%84.12%-
HSV(B)107.85º31.1%99.61%-
XYZ64.6785.0653.57-
YUV226.1699.13102.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 254 (99.61% from 255) = 40.97%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=30.81%
G=40.97%
B=28.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541750.2500.310.00107.8597.5384.12
HexBFFEAF1901F06c6254
Octal277376257310370154142124
Binary101111111111111010101111110010111110110110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEAF; }

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

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

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

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

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

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

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

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