#BBF1AF

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

Shades of Madang #BBF1AF

Tints of Madang #BBF1AF

Color information

#BBF1AF (or 0xBBF1AF) is unknown color: approx Madang. HEX triplet: BB, F1 and AF. RGB value is (187,241,175). Sum of RGB (Red+Green+Blue) = 187+241+175=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF1AF is #440E50. Grayscale: #D9D9D9. Windows color (decimal): -4460113 or 11530683. OLE color: 11530683.

HSL color Cylindrical-coordinate representation of color #BBF1AF: hue angle of 109.09º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBF1AF is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB187241175-
CMYK0.2200.270.05
HSL109.09º70.21%81.57%-
HSV(B)109.09º27.39%94.51%-
XYZ59.6976.5752.19-
YUV217.33104.11106.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=31.01%
G=39.97%
B=29.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872411750.2200.270.05109.0970.2181.57
HexBBF1AF1601B56d4652
Octal273361257260335155106122
Binary10111011111100011010111110110011011101110110110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1AF; }

 p { color: rgb(187,241,175); }

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

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

 a { background-color: rgb(187,241,175); }

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

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

 span { border-color: rgb(187,241,175); }

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