#BFEBAF

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

Shades of Madang #BFEBAF

Tints of Madang #BFEBAF

Color information

#BFEBAF (or 0xBFEBAF) is unknown color: approx Madang. HEX triplet: BF, EB and AF. RGB value is (191,235,175). Sum of RGB (Red+Green+Blue) = 191+235+175=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEBAF is #401450. Grayscale: #D7D7D7. Windows color (decimal): -4199505 or 11529151. OLE color: 11529151.

HSL color Cylindrical-coordinate representation of color #BFEBAF: hue angle of 104º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFEBAF is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB191235175-
CMYK0.1900.260.08
HSL104º60%80.39%-
HSV(B)104º25.53%92.16%-
XYZ58.9373.5951.66-
YUV215105.42110.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=31.78%
G=39.10%
B=29.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351750.1900.260.081046080.39
HexBFEBAF1301A8683c50
Octal277353257230321015074120
Binary10111111111010111010111110011011010100011010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEBAF; }

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

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

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

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

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

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

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

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