#BBF5AF

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

Shades of Madang #BBF5AF

Tints of Madang #BBF5AF

Color information

#BBF5AF (or 0xBBF5AF) is unknown color: approx Madang. HEX triplet: BB, F5 and AF. RGB value is (187,245,175). Sum of RGB (Red+Green+Blue) = 187+245+175=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF5AF is #440A50. Grayscale: #DBDBDB. Windows color (decimal): -4459089 or 11531707. OLE color: 11531707.

HSL color Cylindrical-coordinate representation of color #BBF5AF: hue angle of 109.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBF5AF is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB187245175-
CMYK0.2400.290.04
HSL109.71º77.78%82.35%-
HSV(B)109.71º28.57%96.08%-
XYZ60.8878.9652.59-
YUV219.68102.78104.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 245 (96.09% from 255) = 40.36%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=30.81%
G=40.36%
B=28.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872451750.2400.290.04109.7177.7882.35
HexBBF5AF1801D46e4e52
Octal273365257300354156116122
Binary10111011111101011010111111000011101100110111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF5AF; }

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

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

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

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

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

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

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

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