#BAFBB2

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

Shades of Madang #BAFBB2

Tints of Madang #BAFBB2

Color information

#BAFBB2 (or 0xBAFBB2) is unknown color: approx Madang. HEX triplet: BA, FB and B2. RGB value is (186,251,178). Sum of RGB (Red+Green+Blue) = 186+251+178=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFBB2 is #45044D. Grayscale: #DFDFDF. Windows color (decimal): -4523086 or 11729850. OLE color: 11729850.

HSL color Cylindrical-coordinate representation of color #BAFBB2: hue angle of 113.42º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAFBB2 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB186251178-
CMYK0.2600.290.02
HSL113.42º90.12%84.12%-
HSV(B)113.42º29.08%98.43%-
XYZ62.7882.6554.76-
YUV223.24102.47101.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.24%
GREEN value IS 251 (98.44% from 255) = 40.81%
BLUE value IS 178 (69.92% from 255) = 28.94%
R=30.24%
G=40.81%
B=28.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862511780.2600.290.02113.4290.1284.12
HexBAFBB21A01D2715a54
Octal272373262320352161132124
Binary1011101011111011101100101101001110110111000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBB2; }

 p { color: rgb(186,251,178); }

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

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

 a { background-color: rgb(186,251,178); }

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

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

 span { border-color: rgb(186,251,178); }

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