#BBFDAF

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

Shades of Madang #BBFDAF

Tints of Madang #BBFDAF

Color information

#BBFDAF (or 0xBBFDAF) is unknown color: approx Madang. HEX triplet: BB, FD and AF. RGB value is (187,253,175). Sum of RGB (Red+Green+Blue) = 187+253+175=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFDAF is #440250. Grayscale: #E0E0E0. Windows color (decimal): -4457041 or 11533755. OLE color: 11533755.

HSL color Cylindrical-coordinate representation of color #BBFDAF: hue angle of 110.77º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBFDAF is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB187253175-
CMYK0.2600.310.01
HSL110.77º95.12%83.92%-
HSV(B)110.77º30.83%99.22%-
XYZ63.3683.9153.41-
YUV224.37100.13101.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 175 (68.75% from 255) = 28.46%
R=30.41%
G=41.14%
B=28.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531750.2600.310.01110.7795.1283.92
HexBBFDAF1A01F16f5f54
Octal273375257320371157137124
Binary101110111111110110101111110100111111110111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDAF; }

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

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

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

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

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

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

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

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